Changeset 125 for trunk/IPs/systemC/processor/Morpheo/Behavioural
- Timestamp:
- Jun 17, 2009, 6:22:02 PM (15 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_allocation.cpp
r124 r125 17 17 namespace ooo_engine { 18 18 namespace commit_unit { 19 20 21 19 22 20 #undef FUNCTION … … 354 352 _param->_nb_inst_insert, 355 353 _param->_nb_rename_unit_select); 356 354 357 355 #ifdef POSITION 358 356 if (usage_is_set(_usage,USE_POSITION)) -
trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_deallocation.cpp
r124 r125 168 168 DELETE2_SIGNAL(out_SPR_WRITE_SR_OV ,_param->_nb_front_end, _param->_nb_context[it1],1); 169 169 170 #ifdef DEBUG_TEST 170 171 DELETE0_SIGNAL(out_INFO_ROB_EMPTY ,1); 172 #endif 171 173 172 174 // ~~~~~[ Internal ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r124 r125 10 10 #define MORPHEO_MAJOR_VERSION "0" 11 11 #define MORPHEO_MINOR_VERSION "2" 12 #define MORPHEO_REVISION "12 4"12 #define MORPHEO_REVISION "125" 13 13 #define MORPHEO_CODENAME "Castor" 14 14
Note: See TracChangeset
for help on using the changeset viewer.