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
RevLine 
[23]1#
2# $Id$
3#
[62]4# [ Description ]
[23]5#
6
[62]7#-----[ Simulator ]----------------------------------------
[66]8#SIMULATOR                      = systemcass_deps
9SIMULATOR                       = 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 ]--------------------------------------------
[66]17#MORPHEO_FLAGS                  =       -DSYSTEMC               \
18#                                       -DVHDL                  \
19#                                       -DVHDL_TESTBENCH        \
20#                                       -DVHDL_TESTBENCH_ASSERT \
21#                                       -DDEBUG=DEBUG_ALL       
[56]22
[66]23MORPHEO_FLAGS                   =       -DSYSTEMC               
24
[62]25#
26#                                       -DSTATISTICS            \
[42]27#                                       -DCONFIGURATION         \
28#                                       -DPOSITION              \
29
[23]30# Flags :
[42]31# DEBUG={level}                        - Print Debug Message
32# SYSTEMC                              - To generate a systemc's model
[62]33# VHDL                                 - To generate a vhdl's    models
[42]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
[62]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)
[42]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.