source: trunk/Makefile.flags @ 115

Last change on this file since 115 was 115, checked in by rosiere, 15 years ago

1) Write queue with mealy
2) Network : fix bug
3) leak memory

  • Property svn:keywords set to Id
File size: 1.9 KB
Line 
1#
2# $Id: Makefile.flags 115 2009-04-20 21:29:17Z rosiere $
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8SIMULATOR                       ?= systemcass
9
10# 4 simulators :
11# systemc                       - SystemC   
12# systemcass                    - SystemCASS
13# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
14# modelsim                      - Co simulation SystemC/VHDL with Modelsim
15
16#-----[ Flags ]--------------------------------------------
17MORPHEO_FLAGS                   =       -DSYSTEMC               \
18                                        -DDEBUG=DEBUG_TRACE     \
19                                        -DDEBUG_MEMORY_LEAK     \
20                                        -DSTATISTICS            \
21                                        -DVHDL                  \
22                                        -DVHDL_TESTBENCH        \
23                                        -DTRANSLATION           
24
25#                                       -DVHDL_TESTBENCH_ASSERT \
26#                                       -DPRINT_COLOR           \
27#                                       -DPOSITION              \
28#
29
30
31
32# Flags :
33# DEBUG={level}                               - Print Debug Message
34# SYSTEMC                                     - To generate a systemc's model
35# VHDL                                        - To generate a vhdl's    models
36# VHDL_TESTBENCH        (need SYSTEMC)        - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
37# VHDL_TESTBENCH_ASSERT (need VHDL_TESTBENCH) - In the simulation, generate in  testbench's file an serie of assert
38# POSITION                                    - To generate a position's files     (it's input of viewer)
39# STATISTICS            (need SYSTEMC)        - In the simulation, generate a statistics's file
40# INFORMATION           (need STATISTICS)     - Instance Information :
41#                                                 * Static    : at the instance creation
42#                                                    * register number
43#                                                    * worst way
44#                                                 * Dynamique : at the runtime
45#                                                    * consomation
46# TRANSLATION                                 - Translate message
47# PRINT_COLOR                                 - Print with colors
Note: See TracBrowser for help on using the repository browser.