Changeset 362 for branches/v5/modules/vci_mem_cache/caba/source/include
- Timestamp:
- Apr 10, 2013, 12:58:52 PM (12 years ago)
- Location:
- branches/v5/modules/vci_mem_cache/caba/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r351 r362 782 782 sc_signal<int> r_tgt_rsp_fsm; 783 783 sc_signal<size_t> r_tgt_rsp_cpt; 784 sc_signal<bool> r_tgt_rsp_key_sent; 784 785 785 786 //////////////////////////////////////////////////// -
branches/v5/modules/vci_mem_cache/caba/source/include/xram_transaction.h
r307 r362 78 78 wdata.assign(source.wdata.begin(),source.wdata.end()); 79 79 rerror = source.rerror; 80 ll_key = source.ll_key; 80 81 } 81 82
Note: See TracChangeset
for help on using the changeset viewer.