Ignore:
Timestamp:
Jul 13, 2009, 5:19:10 PM (15 years ago)
Author:
rosiere
Message:

1) Write_queue : fix multi write bug

File:
1 edited

Legend:

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

    r131 r133  
    5656  configuration1->toFile("data_out");
    5757
     58  if (1)
    5859  {
    5960    cout << "------------------------------------------------------" << endl;
    60 
    61     Instance * instance = new Instance ("../../../Files/Instance_x4_w8_1.cfg",
    62                                         generator1,
    63                                         _get_custom_information
    64                                         );
    65     instance->toFile("data_out");
    66    
     61    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_01.cfg", generator1, _get_custom_information);
    6762    delete instance;
    6863  }
    6964
     65  if (1)
    7066  {
    7167    cout << "------------------------------------------------------" << endl;
    72 
    73     Instance * instance = new Instance ("../../../Files/Instance_x4_w8_2.cfg",
    74                                         generator1,
    75                                         _get_custom_information
    76                                         );
    77     instance->toFile("data_out");
    78    
     68    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_02.cfg", generator1, _get_custom_information);
    7969    delete instance;
    8070  }
    8171
     72  if (1)
     73  {
     74    cout << "------------------------------------------------------" << endl;
     75    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_03.cfg", generator1, _get_custom_information);
     76    delete instance;
     77  }
     78
     79
     80  if (0)
     81  {
     82    cout << "------------------------------------------------------" << endl;
     83    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_04.cfg", generator1, _get_custom_information);
     84    delete instance;
     85  }
     86
     87  if (1)
     88  {
     89    cout << "------------------------------------------------------" << endl;
     90    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_05.cfg", generator1, _get_custom_information);
     91    delete instance;
     92  }
     93
     94  if (0)
     95  {
     96    cout << "------------------------------------------------------" << endl;
     97    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_06.cfg", generator1, _get_custom_information);
     98    delete instance;
     99  }
     100
     101  if (0)
     102  {
     103    cout << "------------------------------------------------------" << endl;
     104    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_07.cfg", generator1, _get_custom_information);
     105    delete instance;
     106  }
     107
     108  if (0)
     109  {
     110    cout << "------------------------------------------------------" << endl;
     111    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_08.cfg", generator1, _get_custom_information);
     112    delete instance;
     113  }
     114
     115  if (0)
     116  {
     117    cout << "------------------------------------------------------" << endl;
     118    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_09.cfg", generator1, _get_custom_information);
     119    delete instance;
     120  }
     121
     122  if (0)
     123  {
     124    cout << "------------------------------------------------------" << endl;
     125    Instance * instance = new Instance ("../../../Files/Instance_x4_w8_10.cfg", generator1, _get_custom_information);
     126    delete instance;
     127  }
    82128
    83129  delete configuration1;
Note: See TracChangeset for help on using the changeset viewer.