- Timestamp:
- Jan 15, 2009, 6:19:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/SelfTest/src/test.cpp
r97 r101 80 80 } 81 81 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 82 106 delete configuration1; 83 107 delete instance1;
Note: See TracChangeset
for help on using the changeset viewer.