Changeset 117 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- May 16, 2009, 4:42:39 PM (16 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Constants.h
r116 r117 39 39 typedef enum 40 40 { 41 TYPE_ALU = 0x0, // 00000 - unit multiple 42 TYPE_SHIFT = 0x1, // 00001 - unit multiple 43 TYPE_MOVE = 0x2, // 00010 - unit multiple 44 TYPE_TEST = 0x3, // 00011 - unit multiple 45 TYPE_MUL = 0x4, // 00100 - unit multiple 46 TYPE_DIV = 0x5, // 00101 - unit multiple, type optionnal 47 TYPE_EXTEND = 0x6, // 00110 - unit multiple, type optionnal 48 TYPE_FIND = 0x7, // 00111 - unit multiple, type optionnal 49 TYPE_SPECIAL = 0x8, // 01000 - unit uniq 50 TYPE_CUSTOM = 0x9, // 01001 - unit uniq , type optionnal 51 TYPE_BRANCH = 0xa, // 01010 - unit multiple 52 TYPE_MEMORY = 0xb // 01011 - unit uniq 41 TYPE_ALU = 0x0, // 0000 - unit multiple 42 TYPE_SHIFT = 0x1, // 0000 - unit multiple 43 TYPE_MOVE = 0x2, // 0000 - unit multiple 44 TYPE_TEST = 0x3, // 0000 - unit multiple 45 TYPE_MUL = 0x4, // 0000 - unit multiple 46 TYPE_DIV = 0x5, // 0000 - unit multiple, type optionnal 47 TYPE_EXTEND = 0x6, // 0000 - unit multiple, type optionnal 48 TYPE_FIND = 0x7, // 0000 - unit multiple, type optionnal 49 TYPE_SPECIAL = 0x8, // 0000 - unit uniq 50 TYPE_CUSTOM = 0x9, // 0000 - unit uniq , type optionnal 51 TYPE_BRANCH = 0xa, // 0000 - unit multiple 52 TYPE_MEMORY = 0xb, // 0000 - unit uniq , type exclusive 53 TYPE_INVALID = 0xf // 1111 - none 53 54 } type_t; 54 55 -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Parameters.h
r113 r117 113 113 114 114 public : uint32_t _size_store_queue_ptr ; 115 //public : bool _have_port_store_queue_ptr ; // always true (min = 1)115 public : bool _have_port_store_queue_ptr ; // always true (min = 1) 116 116 117 117 public : uint32_t _size_general_data ; -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r116 r117 10 10 #define MORPHEO_MAJOR_VERSION "0" 11 11 #define MORPHEO_MINOR_VERSION "2" 12 #define MORPHEO_REVISION "11 6"12 #define MORPHEO_REVISION "117" 13 13 #define MORPHEO_CODENAME "Castor" 14 14 15 #define MORPHEO_DATE_DAY " 30"16 #define MORPHEO_DATE_MONTH "0 4"15 #define MORPHEO_DATE_DAY "16" 16 #define MORPHEO_DATE_MONTH "05" 17 17 #define MORPHEO_DATE_YEAR "2009" 18 18
Note: See TracChangeset
for help on using the changeset viewer.