Changeset 421 for trunk/modules/vci_cc_vcache_wrapper/caba/source/include
- Timestamp:
- Jun 26, 2013, 5:08:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h
r394 r421 415 415 sc_signal<bool> r_dcache_vci_miss_req; // read miss request 416 416 sc_signal<bool> r_dcache_vci_unc_req; // uncacheable read request 417 sc_signal< bool>r_dcache_vci_unc_be; // uncacheable read byte enable417 sc_signal<uint32_t> r_dcache_vci_unc_be; // uncacheable read byte enable 418 418 sc_signal<bool> r_dcache_vci_cas_req; // atomic write request CAS 419 419 sc_signal<uint32_t> r_dcache_vci_cas_old; // previous data value for a CAS
Note: See TracChangeset
for help on using the changeset viewer.