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

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

Ajout SystemC read_queue et reservation_station
Ajout port au bloc registerfile_monolithic (à ajouter également au bloc registerfile et registerfile_multi_banked)
Modif param : passage de pointeur (attention, tous les composants n'ont pas été tous modifier)

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