Changeset 113 for trunk/Makefile.flags


Ignore:
Timestamp:
Apr 14, 2009, 8:39:12 PM (15 years ago)
Author:
rosiere
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.flags

    r112 r113  
    66
    77#-----[ Simulator ]----------------------------------------
    8 SIMULATOR                       = systemcass
     8#SIMULATOR                      ?= modelsim
     9SIMULATOR                       ?= systemcass
    910
    10 # 3 simulators :
     11# 4 simulators :
    1112# systemc                       - SystemC   
    1213# systemcass                    - SystemCASS
    1314# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
     15# modelsim                      - Co simulation SystemC/VHDL with Modelsim
    1416
    1517#-----[ Flags ]--------------------------------------------
    1618MORPHEO_FLAGS                   =       -DSYSTEMC               \
    1719                                        -DDEBUG=DEBUG_TRACE     \
     20                                        -DDEBUG_MEMORY_LEAK     \
    1821                                        -DSTATISTICS            \
    1922                                        -DVHDL                  \
     
    2427#                                       -DPRINT_COLOR           \
    2528#                                       -DPOSITION              \
    26 #                                       -DDEBUG_MEMORY_LEAK     \
     29#
     30
    2731
    2832# Flags :
Note: See TracChangeset for help on using the changeset viewer.