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

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

Documentation pour chaque composant.
Documentation : ajout d'un poster et d'un article.
RegisterFile_Multi_Banked_Glue - non encore stable.

File size: 980 bytes
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 ]--------------------------------------------
16FLAGS                           =       -DVHDL                  \
17                                        -DVHDL_TESTBENCH        \
18                                        -DSYSTEMC               \
19                                        -DSTATISTICS            \
20                                        -DCONFIGURATION         \
21                                        -DDEBUG=DEBUG_ALL   
22                                       
23# Flags :
24# DEBUG={level}                 - Print Debug Message
25# VHDL                          - To generate a vhdl's    model
26# SYSTEMC                       - To generate a systemc's model
27# CONFIGURATION                 - To generate a configuration file (it's input of viewer)
28# STATISTICS     (need SYSTEMC) - In the simulation, generate a statistics's file
29# 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.