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

Last change on this file since 86 was 82, checked in by rosiere, 16 years ago
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1#
2# $Id: Makefile.flags 82 2008-05-01 16:48:45Z rosiere $
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8SIMULATOR                       = systemcass
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_TRANSLATION        \
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_TRANSLATION                          - No translate message
42# NO_INIT                                 - No init a lot of register
Note: See TracBrowser for help on using the repository browser.