- Timestamp:
- Nov 21, 2013, 10:46:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h
r513 r577 311 311 312 312 // STRUCTURAL PARAMETERS 313 soclib::common::AddressDecodingTable<uint 32_t, bool> m_cacheability_table;313 soclib::common::AddressDecodingTable<uint64_t, bool> m_cacheability_table; 314 314 315 315 const size_t m_srcid; … … 403 403 sc_signal<bool> r_icache_tlb_rsp_error; // tlb miss response error 404 404 405 // Filp-Flop in ICACHE FSM for saving the cleanup victim request406 sc_signal<bool> r_icache_cleanup_victim_req;407 sc_signal<paddr_t> r_icache_cleanup_victim_nline;408 405 409 406 // communication between ICACHE FSM and CC_SEND FSM … … 413 410 sc_signal<size_t> r_icache_cc_send_way; // ICACHE cc_send way 414 411 sc_signal<size_t> r_icache_cc_send_updt_tab_idx; // ICACHE cc_send update table index 412 413 // Filp-Flop in ICACHE FSM for saving the cleanup victim request 414 sc_signal<bool> r_icache_cleanup_victim_req; 415 sc_signal<paddr_t> r_icache_cleanup_victim_nline; 415 416 416 417 ///////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.