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

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

Interface normalisé
Début du banc de registres multi niveaux

File size: 991 bytes
Line 
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                           =       -DVHDL                  \
18                                        -DVHDL_TESTBENCH        \
19                                        -DSYSTEMC               \
20                                        -DSTATISTICS            \
21                                        -DCONFIGURATION         \
22                                        -DDEBUG=DEBUG_ALL   
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
28# CONFIGURATION                 - To generate a configuration file (it's input of viewer)
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.