source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1#
2# $Id: Makefile.flags 81 2008-04-15 18:40:01Z rosiere $
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8SIMULATOR                       = systemcass_deps
9#SIMULATOR                      = systemc
10
11# 3 simulators :
12# systemc                       - SystemC   
13# systemcass                    - SystemCASS
14# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
15
16#-----[ Flags ]--------------------------------------------
17MORPHEO_FLAGS                   =       -DSYSTEMC               \
18                                        -DSTATISTICS            \
19                                        -DDEBUG=DEBUG_TRACE
20
21#                                       -DVHDL                  \
22#                                       -DVHDL_TESTBENCH        \
23#                                       -DVHDL_TESTBENCH_ASSERT \
24#                                       -DPOSITION              \
25#                                       -DNO_TRANSLATE          \
26
27# Flags :
28# DEBUG={level}                           - Print Debug Message
29# SYSTEMC                                 - To generate a systemc's model
30# VHDL                                    - To generate a vhdl's    models
31# VHDL_TESTBENCH        (need SYSTEMC)    - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
32# VHDL_TESTBENCH_ASSERT (need SYSTEMC)    - In the simulation, generate in  testbench's file an serie of assert
33# POSITION                                - To generate a position's files     (it's input of viewer)
34# STATISTICS            (need SYSTEMC)    - In the simulation, generate a statistics's file
35# INFORMATION           (need STATISTICS) - Instance Information :
36#                                             * Static    : at the instance creation
37#                                                * register number
38#                                                * worst way
39#                                             * Dynamique : at the runtime
40#                                                * consomation
41# NO_TRANSLATE                            - No translate message
42# NO_INIT                                 - No init a lot of register
Note: See TracBrowser for help on using the repository browser.