source: trunk/Makefile.flags @ 129

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

1) Debug_Signal

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