source: trunk/Makefile.flags @ 108

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

1) decod_queue : add reg_LAST_SLOT.
2) Commit : insert on event -> to pop decod_queue. Head test : add information (speculative or not)
3) Context State / UPT : Branch miss and Load miss in same cycle.
4) Free List : Bank is on LSB not MSB.
5) Platforms : move data

  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1#
2# $Id: Makefile.flags 108 2009-02-12 11:55:06Z rosiere $
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8SIMULATOR                       = systemcass
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 ]--------------------------------------------
16MORPHEO_FLAGS                   =       -DSYSTEMC               \
17                                        -DDEBUG=DEBUG_TRACE     \
18                                        -DSTATISTICS            \
19                                        -DTRANSLATION           
20
21#                                       -DVHDL                  \
22#                                       -DVHDL_TESTBENCH        \
23#                                       -DVHDL_TESTBENCH_ASSERT \
24#                                       -DPRINT_COLOR           \
25#                                       -DPOSITION              \
26
27# Flags :
28# DEBUG={level}                               - Print Debug Message
29# SYSTEMC                                     - To generate a systemc's model
30# VHDL                                        - To generate a vhdl's    models
31# VHDL_TESTBENCH        (need SYSTEMC)        - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
32# VHDL_TESTBENCH_ASSERT (need VHDL_TESTBENCH) - In the simulation, generate in  testbench's file an serie of assert
33# POSITION                                    - To generate a position's files     (it's input of viewer)
34# STATISTICS            (need SYSTEMC)        - In the simulation, generate a statistics's file
35# INFORMATION           (need STATISTICS)     - Instance Information :
36#                                                 * Static    : at the instance creation
37#                                                    * register number
38#                                                    * worst way
39#                                                 * Dynamique : at the runtime
40#                                                    * consomation
41# TRANSLATION                                 - Translate message
42# PRINT_COLOR                                 - Print with colors
Note: See TracBrowser for help on using the repository browser.