Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/SelfTest/src/test.cpp

    r120 r131  
    5959    cout << "------------------------------------------------------" << endl;
    6060
    61     Instance * instance = new Instance ("../../../Files/Instance_x2_w1_6.cfg",
     61    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_1.cfg",
     62                                        generator1,
     63                                        _get_custom_information
     64                                        );
     65    instance->toFile("data_out");
     66   
     67    delete instance;
     68  }
     69
     70  {
     71    cout << "------------------------------------------------------" << endl;
     72
     73    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_2.cfg",
    6274                                        generator1,
    6375                                        _get_custom_information
Note: See TracChangeset for help on using the changeset viewer.