Changeset 127 for trunk/IPs/systemC/processor/Morpheo/Behavioural
- Timestamp:
- Jun 17, 2009, 11:21:10 PM (15 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_allocation.cpp
r125 r127 310 310 ALLOC1(internal_BRANCH_COMPLETE_NUM_BANK ,uint32_t ,_param->_nb_inst_branch_complete); 311 311 312 ALLOC2(internal_EVENT_ACK ,Tcontrol_t,_param->_nb_front_end,_param->_nb_context [it1]); 313 312 ALLOC2(internal_EVENT_ACK ,Tcontrol_t,_param->_nb_front_end,_param->_nb_context[it1]); 314 313 ALLOC2(internal_RETIRE_EVENT_VAL ,Tcontrol_t,_param->_nb_front_end,_param->_nb_context[it1]); 315 314 -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r125 r127 10 10 #define MORPHEO_MAJOR_VERSION "0" 11 11 #define MORPHEO_MINOR_VERSION "2" 12 #define MORPHEO_REVISION "12 5"12 #define MORPHEO_REVISION "127" 13 13 #define MORPHEO_CODENAME "Castor" 14 14
Note: See TracChangeset
for help on using the changeset viewer.