Ignore:
Timestamp:
Jan 15, 2009, 6:19:08 PM (15 years ago)
Author:
rosiere
Message:

1) Add soc test
2) fix bug (Pc management, Decod and execute, Update prediction ...)

File:
1 edited

Legend:

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

    r97 r101  
    8080  }
    8181
     82  {
     83    cout << "------------------------------------------------------" << endl;
     84
     85    Instance * instance = new Instance ("../../../Files/Instance_scalar_3.cfg",
     86                                        generator1,
     87                                        _get_custom_information
     88                                        );
     89    instance->toFile("data_out");
     90   
     91    delete instance;
     92  }
     93
     94  {
     95    cout << "------------------------------------------------------" << endl;
     96
     97    Instance * instance = new Instance ("../../../Files/Instance_scalar_4.cfg",
     98                                        generator1,
     99                                        _get_custom_information
     100                                        );
     101    instance->toFile("data_out");
     102   
     103    delete instance;
     104  }
     105
    82106  delete configuration1;
    83107  delete instance1;
Note: See TracChangeset for help on using the changeset viewer.