Changeset 542 for branches/RWT
- Timestamp:
- Oct 3, 2013, 4:43:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r495 r542 824 824 sc_signal<size_t> r_write_upt_index; // index in Update Table 825 825 sc_signal<bool> r_write_sc_fail; // sc command failed 826 sc_signal<bool> r_write_pending_sc; // sc command pending 827 826 //sc_signal<bool> r_write_pending_sc; // sc command pending 827 sc_signal<data_t> r_write_sc_key; // sc key 828 828 829 // Buffer between WRITE fsm and TGT_RSP fsm (acknowledge a write command from L1) 829 830 sc_signal<bool> r_write_to_tgt_rsp_req; // valid request
Note: See TracChangeset
for help on using the changeset viewer.