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

Last change on this file since 73 was 72, checked in by rosiere, 16 years ago
  • SystemC de l'unite fonctionnelle.
  • gestion des groupes / instructions custom
File size: 1.4 KB
RevLine 
[23]1#
2# $Id$
3#
[62]4# [ Description ]
[23]5#
6
[62]7#-----[ Simulator ]----------------------------------------
[67]8SIMULATOR                       = systemcass_deps
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
[62]20#
[71]21#
[72]22#                                       -DVHDL                  \
23#                                       -DVHDL_TESTBENCH        \
24#                                       -DVHDL_TESTBENCH_ASSERT \
[42]25#                                       -DCONFIGURATION         \
26#                                       -DPOSITION              \
27
[23]28# Flags :
[42]29# DEBUG={level}                        - Print Debug Message
30# SYSTEMC                              - To generate a systemc's model
[62]31# VHDL                                 - To generate a vhdl's    models
[42]32# VHDL_TESTBENCH        (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
33# VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in  testbench's file an serie of assert
[62]34# STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
35# POSITION                             - To generate a position's files     (it's input of viewer)
[42]36# CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
[71]37# NO_TRANSLATE                         - No translate message
Note: See TracBrowser for help on using the repository browser.