source: trunk/Makefile.flags @ 117

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

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

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