- Timestamp:
- Oct 16, 2014, 10:57:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h
r845 r846 277 277 }; 278 278 279 // enum transaction_type_d_e 280 // { 281 // // b0 : 1 if cached 282 // // b1 : 1 if instruction 283 // TYPE_DATA_UNC = 0x0, 284 // TYPE_DATA_MISS = 0x1, 285 // TYPE_INS_UNC = 0x2, 286 // TYPE_INS_MISS = 0x3, 287 // }; 279 // this enumeration type extends the ExternalAcessTypes defined in iss2.h 280 enum xtn_cop2_extension_e { 281 XTN_WDT_MAX = 26, // Read & Write the watchdog timer threshold 282 }; 288 283 289 284 public:
Note: See TracChangeset
for help on using the changeset viewer.