- Timestamp:
- Mar 6, 2007, 3:34:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.defs
r2 r3 16 16 #-----[ Flags ]-------------------------------------------- 17 17 FLAGS = -DSYSTEMC \ 18 -DCONFIGURATION \ 18 19 -DSTATISTICS \ 19 20 -DVHDL \ 20 -DVHDL_TESTBENCH \21 -DDEBUG=DEBUG_ALL 21 -DVHDL_TESTBENCH 22 # -DDEBUG=DEBUG_TRACE 22 23 23 24 # Flags : … … 25 26 # VHDL - To generate a vhdl's model 26 27 # SYSTEMC - To generate a systemc's model 28 # CONFIGURATION - To generate a configuration file (it's input of viewer) 27 29 # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file 28 30 # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
Note: See TracChangeset
for help on using the changeset viewer.