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

few bugs

Location:
trunk/modules/vci_mem_cache
Files:
2 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;
  • trunk/modules/vci_mem_cache/include/soclib/mem_cache.h

    r912 r1052  
    178178enum SoclibMemCacheRerrorRegs
    179179{
    180     MEMC_RERROR_ADDR_LO = 0,
    181     MEMC_RERROR_ADDR_HI,
    182     MEMC_RERROR_SRCID,
    183     MEMC_RERROR_IRQ_RESET,
    184     MEMC_RERROR_IRQ_ENABLE
     180    MEMC_RERROR_ADDR_LO    = 0,
     181    MEMC_RERROR_ADDR_HI    = 1,
     182    MEMC_RERROR_SRCID      = 2,
     183    MEMC_RERROR_IRQ_RESET  = 3,
     184    MEMC_RERROR_IRQ_ENABLE = 4,
    185185};
    186186
Note: See TracChangeset for help on using the changeset viewer.