Ignore:
Timestamp:
Jun 28, 2014, 6:50:55 PM (10 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

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

    r722 r729  
    39403940                    if (m_debug)
    39413941                        std::cout << "  <MEMC " << name() << " WRITE_BC_DIR_INVAL> Inval DIR and register in TRT:"
    3942                             << " address = " << r_write_address.read() << std::endl;
     3942                            << " address = " << std::hex << r_write_address.read() << std::endl;
    39433943#endif
    39443944                    r_write_fsm = WRITE_BC_CC_SEND;
Note: See TracChangeset for help on using the changeset viewer.