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

Last change on this file since 66 was 66, checked in by rosiere, 17 years ago
  • un pas de plus vers la compatibilite avec systemC
  • modification de l'interface de read_queue : context_id devient context_id, front_end_id et ooo_engine_id
File size: 1.3 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8#SIMULATOR                      = systemcass_deps
9SIMULATOR                       = 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 ]--------------------------------------------
17#MORPHEO_FLAGS                  =       -DSYSTEMC               \
18#                                       -DVHDL                  \
19#                                       -DVHDL_TESTBENCH        \
20#                                       -DVHDL_TESTBENCH_ASSERT \
21#                                       -DDEBUG=DEBUG_ALL       
22
23MORPHEO_FLAGS                   =       -DSYSTEMC               
24
25#
26#                                       -DSTATISTICS            \
27#                                       -DCONFIGURATION         \
28#                                       -DPOSITION              \
29
30# Flags :
31# DEBUG={level}                        - Print Debug Message
32# SYSTEMC                              - To generate a systemc's model
33# VHDL                                 - To generate a vhdl's    models
34# VHDL_TESTBENCH        (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
35# VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in  testbench's file an serie of assert
36# STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
37# POSITION                             - To generate a position's files     (it's input of viewer)
38# CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
Note: See TracBrowser for help on using the repository browser.