source: trunk/Makefile.flags @ 113

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

1) Add modelsim simulation systemC
2) Modelsim cosimulation systemC / VHDL is not finish !!!! (cf execute_queue and write_unit)
3) Add multi architecture
5) Add template for comparator, multiplier and divider
6) Change Message
Warning) Various test macro have change, many selftest can't compile

  • Property svn:keywords set to Id
File size: 1.9 KB
Line 
1#
2# $Id: Makefile.flags 113 2009-04-14 18:39:12Z rosiere $
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8#SIMULATOR                      ?= modelsim
9SIMULATOR                       ?= systemcass
10
11# 4 simulators :
12# systemc                       - SystemC   
13# systemcass                    - SystemCASS
14# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
15# modelsim                      - Co simulation SystemC/VHDL with Modelsim
16
17#-----[ Flags ]--------------------------------------------
18MORPHEO_FLAGS                   =       -DSYSTEMC               \
19                                        -DDEBUG=DEBUG_TRACE     \
20                                        -DDEBUG_MEMORY_LEAK     \
21                                        -DSTATISTICS            \
22                                        -DVHDL                  \
23                                        -DVHDL_TESTBENCH        \
24                                        -DTRANSLATION           
25
26#                                       -DVHDL_TESTBENCH_ASSERT \
27#                                       -DPRINT_COLOR           \
28#                                       -DPOSITION              \
29#
30
31
32# Flags :
33# DEBUG={level}                               - Print Debug Message
34# SYSTEMC                                     - To generate a systemc's model
35# VHDL                                        - To generate a vhdl's    models
36# VHDL_TESTBENCH        (need SYSTEMC)        - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
37# VHDL_TESTBENCH_ASSERT (need VHDL_TESTBENCH) - In the simulation, generate in  testbench's file an serie of assert
38# POSITION                                    - To generate a position's files     (it's input of viewer)
39# STATISTICS            (need SYSTEMC)        - In the simulation, generate a statistics's file
40# INFORMATION           (need STATISTICS)     - Instance Information :
41#                                                 * Static    : at the instance creation
42#                                                    * register number
43#                                                    * worst way
44#                                                 * Dynamique : at the runtime
45#                                                    * consomation
46# TRANSLATION                                 - Translate message
47# PRINT_COLOR                                 - Print with colors
Note: See TracBrowser for help on using the repository browser.