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

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

Ajout d'un nouveau composant : fifo generic (un port lecture et un port ecriture).

File size: 1.3 KB
Line 
1#
2# $Id$
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                                        -DVHDL                  \
19                                        -DVHDL_TESTBENCH        \
20                                        -DVHDL_TESTBENCH_ASSERT \
21                                        -DDEBUG=DEBUG_TRACE
22#
23#                                       -DSTATISTICS            \
24#                                       -DCONFIGURATION         \
25#                                       -DPOSITION              \
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# STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
34# POSITION                             - To generate a position's files     (it's input of viewer)
35# CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
Note: See TracBrowser for help on using the repository browser.