Ignore:
Timestamp:
Jul 9, 2014, 5:36:08 PM (10 years ago)
Author:
cfuguet
Message:

Merge 'trunk' into 'fault_tolerance'

  • Introducing last bugfixes of trunk into the fault_tolerance branch
File:
1 edited

Legend:

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

    r725 r742  
    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.