Ignore:
Timestamp:
Nov 13, 2019, 6:24:53 PM (4 years ago)
Author:
alain
Message:

Improve the print_trace() function to display CP2 registers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h

    r1061 r1063  
    357357    sc_signal<uint32_t>     r_mmu_ietr;                 // mmu instruction error type
    358358    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)
    359361    uint32_t                r_mmu_params;                       // read-only
    360362    uint32_t                r_mmu_release;                      // read_only
     
    408410    sc_signal<size_t>       r_icache_cc_send_way;           // ICACHE cc_send way
    409411    sc_signal<size_t>       r_icache_cc_send_updt_tab_idx;  // ICACHE cc_send update table index
    410 
    411     // Physical address extension for data access
    412     sc_signal<uint32_t>     r_icache_paddr_ext;             // CP2 register (if vci_address > 32)
    413412
    414413    ///////////////////////////////
     
    510509    bool                    *r_dcache_in_tlb;               // copy exist in dtlb or itlb
    511510    bool                    *r_dcache_contains_ptd;         // cache line contains a PTD
    512 
    513     // Physical address extension for data access
    514     sc_signal<uint32_t>     r_dcache_paddr_ext;             // CP2 register (if vci_address > 32)
    515511
    516512    ///////////////////////////////////
     
    766762    // Set the m_dcache_paddr_ext_reset attribute
    767763    //
    768     // The r_dcache_paddr_ext register will be initialized after
     764    // The r_mmu_dext register will be initialized after
    769765    // reset with the m_dcache_paddr_ext_reset value
    770766    /////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.