Changeset 131 for trunk/Makefile.flags
- Timestamp:
- Jul 8, 2009, 8:40:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.flags
r129 r131 6 6 7 7 #-----[ Simulator ]---------------------------------------- 8 SIMULATOR_SYSTEMC ?= systemc ass8 SIMULATOR_SYSTEMC ?= systemc 9 9 SIMULATOR_VHDL ?= modelsim 10 10 … … 20 20 #-----[ Flags ]-------------------------------------------- 21 21 MORPHEO_FLAGS = -DSYSTEMC \ 22 -DDEBUG=DEBUG_FUNC \ 23 -DDEBUG_SIGNAL \ 24 -DSTATISTICS \ 25 -DTRANSLATION 22 -DDEBUG=DEBUG_TRACE \ 23 -DSTATISTICS 26 24 25 # -DTRANSLATION \ 26 # -DDEBUG_SIGNAL \ 27 27 # -DVHDL \ 28 28 # -DVHDL_TESTBENCH \ … … 40 40 # POSITION - To generate a position's files (it's input of viewer) 41 41 # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file 42 # INFORMATION (need STATISTICS) - Instance Information :43 # * Static : at the instance creation44 # * register number45 # * worst way46 # * Dynamique : at the runtime47 # * consomation48 42 # TRANSLATION - Translate message 49 43 # PRINT_COLOR - Print with colors
Note: See TracChangeset
for help on using the changeset viewer.