source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.defs @ 3

Last change on this file since 3 was 3, checked in by kane, 17 years ago

1) Ajout d'un "printer" XML pour la configuration de paramètres

2) Fin du composant "Two_Level_Branch_Predictor"

validation * systemc

  • vhdl
File size: 983 bytes
RevLine 
[2]1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7
8#-----[ Simulator ]----------------------------------------
9SIMULATOR                       = systemcass_deps
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 ]--------------------------------------------
17FLAGS                           =       -DSYSTEMC               \
[3]18                                        -DCONFIGURATION         \
[2]19                                        -DSTATISTICS            \
20                                        -DVHDL                  \
[3]21                                        -DVHDL_TESTBENCH
22#                                       -DDEBUG=DEBUG_TRACE
[2]23
24# Flags :
25# DEBUG={level}                 - Print Debug Message
26# VHDL                          - To generate a vhdl's    model
27# SYSTEMC                       - To generate a systemc's model
[3]28# CONFIGURATION                 - To generate a configuration file (it's input of viewer)
[2]29# STATISTICS     (need SYSTEMC) - In the simulation, generate a statistics's file
30# VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
Note: See TracBrowser for help on using the repository browser.