- Timestamp:
- Dec 11, 2012, 6:19:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar_v4/caba/source/include/vci_block_device_tsar_v4.h
r260 r284 176 176 }; 177 177 178 /* transaction type, pktid field */ 179 enum transaction_type_e 180 { 181 // b3 unused 182 // b2 READ / NOT READ 183 // Si READ 184 // b1 DATA / INS 185 // b0 UNC / MISS 186 // Si NOT READ 187 // b1 accÚs table llsc type SW / other 188 // b2 WRITE/CAS/LL/SC 189 TYPE_READ_DATA_UNC = 0x0, 190 TYPE_READ_DATA_MISS = 0x1, 191 TYPE_READ_INS_UNC = 0x2, 192 TYPE_READ_INS_MISS = 0x3, 193 TYPE_WRITE = 0x4, 194 TYPE_CAS = 0x5, 195 TYPE_LL = 0x6, 196 TYPE_SC = 0x7 197 }; 198 178 199 protected: 179 200
Note: See TracChangeset
for help on using the changeset viewer.