Changeset 113 for trunk/Makefile.flags
- Timestamp:
- Apr 14, 2009, 8:39:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.flags
r112 r113 6 6 7 7 #-----[ Simulator ]---------------------------------------- 8 SIMULATOR = systemcass 8 #SIMULATOR ?= modelsim 9 SIMULATOR ?= systemcass 9 10 10 # 3simulators :11 # 4 simulators : 11 12 # systemc - SystemC 12 13 # systemcass - SystemCASS 13 14 # systemcass_deps - Systemcass, and use port dependency information instead of sensitivity list 15 # modelsim - Co simulation SystemC/VHDL with Modelsim 14 16 15 17 #-----[ Flags ]-------------------------------------------- 16 18 MORPHEO_FLAGS = -DSYSTEMC \ 17 19 -DDEBUG=DEBUG_TRACE \ 20 -DDEBUG_MEMORY_LEAK \ 18 21 -DSTATISTICS \ 19 22 -DVHDL \ … … 24 27 # -DPRINT_COLOR \ 25 28 # -DPOSITION \ 26 # -DDEBUG_MEMORY_LEAK \ 29 # 30 27 31 28 32 # Flags :
Note: See TracChangeset
for help on using the changeset viewer.