Changeset 105 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Feb 5, 2009, 12:18:31 PM (16 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Constants.h
r104 r105 598 598 599 599 # define EVENT_TYPE_NONE 0 // no event 600 # define EVENT_TYPE_MISS_SPECULATION 1 // miss of speculation (load or branch miss speculation) 601 # define EVENT_TYPE_EXCEPTION 2 // exception or interruption occure 602 # define EVENT_TYPE_BRANCH_NO_ACCURATE 3 // branch is no accurate (old speculation is a miss) 600 # define EVENT_TYPE_BRANCH_MISS_SPECULATION 1 // miss of speculation (load or branch miss speculation) 601 # define EVENT_TYPE_LOAD_MISS_SPECULATION 2 // miss of speculation (load or branch miss speculation) 602 # define EVENT_TYPE_EXCEPTION 3 // exception or interruption occure 603 //#define EVENT_TYPE_BRANCH_NO_ACCURATE 3 // branch is no accurate (old speculation is a miss) 603 604 # define EVENT_TYPE_SPR_ACCESS 4 // decod a mtspr or mfspr instruction 604 605 # define EVENT_TYPE_MSYNC 5 // decod a memory synchronization -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r104 r105 10 10 #define MORPHEO_MAJOR_VERSION 0 11 11 #define MORPHEO_MINOR_VERSION 2 12 #define MORPHEO_REVISION "10 4"12 #define MORPHEO_REVISION "105" 13 13 #define MORPHEO_CODENAME "Castor" 14 14 15 #define MORPHEO_DATE_DAY " 21"16 #define MORPHEO_DATE_MONTH "0 1"15 #define MORPHEO_DATE_DAY "05" 16 #define MORPHEO_DATE_MONTH "02" 17 17 #define MORPHEO_DATE_YEAR "2009" 18 18
Note: See TracChangeset
for help on using the changeset viewer.