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/Platforms/Test/include/test.h

    r88 r113  
    99 */
    1010
     11#include <systemc.h>
    1112#include "Morpheo.h"
    1213#include <iostream>
     
    2324         );
    2425
     26#ifdef MTI_SYSTEMC
     27class top : public sc_module
     28{
     29//public : top (int argc, char * argv[]);
     30  public : top (sc_module_name name);
     31};
    2532#endif
     33#endif
Note: See TracChangeset for help on using the changeset viewer.