Changeset 535 for trunk/modules/vci_mem_cache/caba/source/include
- Timestamp:
- Sep 26, 2013, 11:43:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r530 r535 449 449 uint32_t m_cpt_write_miss; // Number of MISS WRITE 450 450 uint32_t m_cpt_write_dirty; // Cumulated length for WRITE transactions 451 uint32_t m_cpt_write_broadcast;// Number of BROADCAST INVAL because write 451 452 452 453 uint32_t m_cpt_trt_rb; // Read blocked by a hit in trt … … 724 725 sc_signal<bool> r_write_sc_fail; // sc command failed 725 726 sc_signal<data_t> r_write_sc_key; // sc command key 727 sc_signal<bool> r_write_bc_data_we; // Write enable for data buffer 726 728 727 729 // Buffer between WRITE fsm and TGT_RSP fsm (acknowledge a write command from L1)
Note: See TracChangeset
for help on using the changeset viewer.