source: trunk/Makefile.flags @ 88

Last change on this file since 88 was 88, checked in by rosiere, 16 years ago

Almost complete design
with Test and test platform

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