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
RevLine 
[23]1#
2# $Id: Makefile.flags 82 2008-05-01 16:48:45Z rosiere $
3#
[62]4# [ Description ]
[23]5#
6
[62]7#-----[ Simulator ]----------------------------------------
[82]8SIMULATOR                       = systemcass
[67]9#SIMULATOR                      = systemc
[23]10
[62]11# 3 simulators :
12# systemc                       - SystemC   
[23]13# systemcass                    - SystemCASS
[53]14# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
[23]15
[62]16#-----[ Flags ]--------------------------------------------
[67]17MORPHEO_FLAGS                   =       -DSYSTEMC               \
[71]18                                        -DSTATISTICS            \
[67]19                                        -DDEBUG=DEBUG_TRACE
[81]20
[72]21#                                       -DVHDL                  \
22#                                       -DVHDL_TESTBENCH        \
23#                                       -DVHDL_TESTBENCH_ASSERT \
[42]24#                                       -DPOSITION              \
[82]25#                                       -DNO_TRANSLATION        \
[42]26
[23]27# Flags :
[81]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
[82]41# NO_TRANSLATION                          - No translate message
[81]42# NO_INIT                                 - No init a lot of register
Note: See TracBrowser for help on using the repository browser.