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/IPs/systemC/processor/Morpheo/Common/include/Environment.h

    r88 r113  
    1414
    1515#if (defined(STATISTICS) and not defined(SYSTEMC))
    16 #  error "To have the statistics, you must set flags SYSTEMC"
     16# error "To have the statistics, you must set flags SYSTEMC"
    1717#endif
    1818
    1919#if (defined(INFORMATION) and not defined(STATISTICS))
    20 #  error "To have the information, you must set flags STATISTICS"
     20# error "To have the information, you must set flags STATISTICS"
    2121#endif
    2222
    2323#if (defined(VHDL_TESTBENCH) and not defined(SYSTEMC))
    24 #  error "To have the vhdl's test bench, you must set flags SYSTEMC"
     24# error "To have the vhdl's test bench, you must set flags SYSTEMC"
    2525#endif
    2626
    2727#if (defined(VHDL_TESTBENCH) and not defined(VHDL))
    28 #  error "To have the vhdl's test bench, you must set flags VHDL"
     28# error "To have the vhdl's test bench, you must set flags VHDL"
    2929#endif
    3030
    3131#if (defined(VHDL_TESTBENCH_ASSERT) and not defined(VHDL_TESTBENCH))
    32 #  error "To have an assert in vhdl's test bench, you must set flags VHDL_TESTBENCH"
     32# error "To have an assert in vhdl's test bench, you must set flags VHDL_TESTBENCH"
    3333#endif
    3434
    3535#if (defined(VHDL_TESTBENCH) and defined(SYSTEMC))
    36 #  define SYSTEMC_VHDL_COMPATIBILITY
     36# define SYSTEMC_VHDL_COMPATIBILITY
    3737#endif
    3838
    3939#if (defined(DEBUG))
    40 #  define DEBUG_TEST
     40# define DEBUG_TEST
     41#endif
     42
     43#if defined(MTI_SYSTEMC) and defined(SYSTEMC) and defined(VHDL)
     44# define MODELSIM_COSIMULATION
    4145#endif
    4246
Note: See TracChangeset for help on using the changeset viewer.