Ignore:
Timestamp:
Jun 21, 2017, 10:50:42 AM (7 years ago)
Author:
alain
Message:

few bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r1039 r1052  
    47614761                    {
    47624762                        std::cout << "  <MEMC " << name() << " XRAM_RSP_TRT_COPY>"
    4763                                   << " Select a victim slot: "
    4764                                   << " way = " << std::dec << way
     4763                                  << " Select a victim line: " << std::hex
     4764                                  << " paddr = " << (r_xram_rsp_victim_nline.read() * m_words * 4)
     4765                                  << " / way = " << std::dec << way
    47654766                                  << " / set = " << set
    47664767                                  << " / inval_required = " << inval << std::endl;
Note: See TracChangeset for help on using the changeset viewer.