Changeset 294 for branches/vci_mem_cache_v4/caba/source
- Timestamp:
- Feb 14, 2013, 2:11:17 PM (12 years ago)
- Location:
- branches
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/vci_mem_cache_v4/caba/source/src/vci_mem_cache_v4.cpp
r291 r294 6799 6799 case CLEANUP_RSP: 6800 6800 { 6801 ///////////////////////////////////////////////////////////////////// 6802 // Returning L1 cache SET index in RDATA. 6803 // The maximum SET index width of a L1 cache must be 16 bits. 6801 6804 p_vci_tgt_cleanup.rspval = true; 6802 p_vci_tgt_cleanup.rdata = 0;6805 p_vci_tgt_cleanup.rdata = r_cleanup_nline.read() & 0xFFFF; 6803 6806 p_vci_tgt_cleanup.rsrcid = r_cleanup_srcid.read(); 6804 6807 p_vci_tgt_cleanup.rpktid = r_cleanup_pktid.read();
Note: See TracChangeset
for help on using the changeset viewer.