Changeset 1063 for trunk/modules/vci_cc_vcache_wrapper/caba/source/include
- Timestamp:
- Nov 13, 2019, 6:24:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h
r1061 r1063 357 357 sc_signal<uint32_t> r_mmu_ietr; // mmu instruction error type 358 358 sc_signal<uint32_t> r_mmu_detr; // mmu data error type 359 sc_signal<uint32_t> r_mmu_dext; // data address extension (when vci_address > 32 bits) 360 sc_signal<uint32_t> r_mmu_iext; // inst address extension (when vci_address > 32 bits) 359 361 uint32_t r_mmu_params; // read-only 360 362 uint32_t r_mmu_release; // read_only … … 408 410 sc_signal<size_t> r_icache_cc_send_way; // ICACHE cc_send way 409 411 sc_signal<size_t> r_icache_cc_send_updt_tab_idx; // ICACHE cc_send update table index 410 411 // Physical address extension for data access412 sc_signal<uint32_t> r_icache_paddr_ext; // CP2 register (if vci_address > 32)413 412 414 413 /////////////////////////////// … … 510 509 bool *r_dcache_in_tlb; // copy exist in dtlb or itlb 511 510 bool *r_dcache_contains_ptd; // cache line contains a PTD 512 513 // Physical address extension for data access514 sc_signal<uint32_t> r_dcache_paddr_ext; // CP2 register (if vci_address > 32)515 511 516 512 /////////////////////////////////// … … 766 762 // Set the m_dcache_paddr_ext_reset attribute 767 763 // 768 // The r_ dcache_paddr_ext register will be initialized after764 // The r_mmu_dext register will be initialized after 769 765 // reset with the m_dcache_paddr_ext_reset value 770 766 /////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.