Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

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

    r108 r120  
    3636  cout << "------------------------------------------------------" << endl;
    3737
    38   Instance * instance1 = new Instance ("../../../Files/Instance_min.cfg",
     38  Instance * instance1 = new Instance ("../../../Files/Instance_x1_w1_0.cfg",
    3939                                   generator1,
    4040                                   _get_custom_information
     
    4949  Configuration * configuration1 = new Configuration("../../../Files/Morpheo.sim",
    5050                                           "../../../Files/Morpheo.gen",
    51                                            "../../../Files/Instance_min.cfg",
     51                                           "../../../Files/Instance_x1_w1_0.cfg",
    5252                                           _get_custom_information);
    5353
     
    5959    cout << "------------------------------------------------------" << endl;
    6060
    61     Instance * instance = new Instance ("../../../Files/Instance_debug.cfg",
     61    Instance * instance = new Instance ("../../../Files/Instance_x2_w1_6.cfg",
    6262                                        generator1,
    6363                                        _get_custom_information
Note: See TracChangeset for help on using the changeset viewer.