Changeset 527 for trunk/modules/vci_mem_cache/caba/source/include
- Timestamp:
- Sep 18, 2013, 1:44:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r507 r527 702 702 sc_signal<size_t> r_write_upt_index; // index in Update Table 703 703 sc_signal<bool> r_write_sc_fail; // sc command failed 704 sc_signal< bool> r_write_pending_sc; // sc command pending704 sc_signal<data_t> r_write_sc_key; // sc command key 705 705 706 706 // Buffer between WRITE fsm and TGT_RSP fsm (acknowledge a write command from L1)
Note: See TracChangeset
for help on using the changeset viewer.