Changeset 117 for trunk/Makefile.flags


Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.flags

    r115 r117  
    66
    77#-----[ Simulator ]----------------------------------------
    8 SIMULATOR                       ?= systemcass
     8SIMULATOR_SYSTEMC               ?= systemcass
     9SIMULATOR_VHDL                  ?= modelsim
    910
    10 # 4 simulators :
    11 # systemc                       - SystemC   
    12 # systemcass                    - SystemCASS
    13 # systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
    14 # modelsim                      - Co simulation SystemC/VHDL with Modelsim
     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
    1519
    1620#-----[ Flags ]--------------------------------------------
    1721MORPHEO_FLAGS                   =       -DSYSTEMC               \
    1822                                        -DDEBUG=DEBUG_TRACE     \
    19                                         -DDEBUG_MEMORY_LEAK     \
    2023                                        -DSTATISTICS            \
    21                                         -DVHDL                  \
    22                                         -DVHDL_TESTBENCH        \
    2324                                        -DTRANSLATION           
    2425
     26#                                       -DVHDL                  \
     27#                                       -DVHDL_TESTBENCH        \
    2528#                                       -DVHDL_TESTBENCH_ASSERT \
    2629#                                       -DPRINT_COLOR           \
    2730#                                       -DPOSITION              \
    28 #
    29 
    30 
     31#                                       -DDEBUG_MEMORY_LEAK     \
    3132
    3233# Flags :
Note: See TracChangeset for help on using the changeset viewer.