- Timestamp:
- Dec 4, 2007, 2:31:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags
r57 r62 2 2 # $Id$ 3 3 # 4 # [ 4 # [ Description ] 5 5 # 6 6 7 #-----[ 7 #-----[ Simulator ]---------------------------------------- 8 8 SIMULATOR = systemcass_deps 9 9 10 # 11 # 10 # 3 simulators : 11 # systemc - SystemC 12 12 # systemcass - SystemCASS 13 13 # systemcass_deps - Systemcass, and use port dependency information instead of sensitivity list 14 14 15 #-----[ 15 #-----[ Flags ]-------------------------------------------- 16 16 MORPHEO_FLAGS = -DSYSTEMC \ 17 -DVHDL \ 18 -DVHDL_TESTBENCH \ 19 -DVHDL_TESTBENCH_ASSERT \ 20 -DSTATISTICS \ 21 -DDEBUG=DEBUG_TRACE 17 -DDEBUG=DEBUG_TRACE 22 18 23 19 # -DVHDL \ 20 # -DVHDL_TESTBENCH \ 21 # -DVHDL_TESTBENCH_ASSERT \ 22 # 23 # -DSTATISTICS \ 24 24 # -DCONFIGURATION \ 25 25 # -DPOSITION \ … … 28 28 # DEBUG={level} - Print Debug Message 29 29 # SYSTEMC - To generate a systemc's model 30 # 30 # VHDL - To generate a vhdl's models 31 31 # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model 32 32 # VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in testbench's file an serie of assert 33 # 34 # 33 # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file 34 # POSITION - To generate a position's files (it's input of viewer) 35 35 # CONFIGURATION - To generate a configuration's file (it's input of viewer and generator)
Note: See TracChangeset
for help on using the changeset viewer.