- Timestamp:
- Jul 5, 2007, 5:50:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags
r40 r42 17 17 -DVHDL \ 18 18 -DVHDL_TESTBENCH \ 19 -DCONFIGURATION \ 20 -DPOSITION \ 21 -DSTATISTICS \ 19 -DVHDL_TESTBENCH_ASSERT \ 22 20 -DDEBUG=DEBUG_NONE 23 21 22 # -DCONFIGURATION \ 23 # -DSTATISTICS \ 24 # -DPOSITION \ 25 24 26 # Flags : 25 # DEBUG={level} - Print Debug Message 26 # SYSTEMC - To generate a systemc's model 27 # VHDL - To generate a vhdl's models 28 # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model 29 # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file 30 # POSITION - To generate a position's files (it's input of viewer) 31 # CONFIGURATION - To generate a configuration's file (it's input of viewer and generator) 27 # DEBUG={level} - Print Debug Message 28 # SYSTEMC - To generate a systemc's model 29 # VHDL - To generate a vhdl's models 30 # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model 31 # VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in testbench's file an serie of assert 32 # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file 33 # POSITION - To generate a position's files (it's input of viewer) 34 # CONFIGURATION - To generate a configuration's file (it's input of viewer and generator)
Note: See TracChangeset
for help on using the changeset viewer.