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

Last change on this file since 50 was 50, checked in by rosiere, 17 years ago

Changement dans le répertoire "New_Component" afin que les composants nouvellement crées peuvent compiler

File size: 1.3 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8SIMULATOR                       = systemcass_deps
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 ]--------------------------------------------
16FLAGS                           =       -DSYSTEMC               \
17                                        -DVHDL                  \
18                                        -DDEBUG=DEBUG_NONE
19
20#                                       -DVHDL_TESTBENCH        \
21#                                       -DSTATISTICS            \
22#                                       -DVHDL_TESTBENCH_ASSERT \
23#                                       -DCONFIGURATION         \
24#                                       -DPOSITION              \
25
26# Flags :
27# DEBUG={level}                        - Print Debug Message
28# SYSTEMC                              - To generate a systemc's model
29# VHDL                                 - To generate a vhdl's    models
30# VHDL_TESTBENCH        (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
31# VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in  testbench's file an serie of assert
32# STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
33# POSITION                             - To generate a position's files     (it's input of viewer)
34# CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
Note: See TracBrowser for help on using the repository browser.