Changeset 91


Ignore:
Timestamp:
Sep 13, 2010, 6:15:36 PM (14 years ago)
Author:
alain
Message:


polishing

File:
1 edited

Legend:

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

    r90 r91  
    299299                                       << rsp_fsm_state_str[r_vci_rsp_fsm] << " / "
    300300                                       << tgt_fsm_state_str[r_vci_tgt_fsm] << std::endl;
    301         std::cout << " proc state : PC = " << ireq.addr << " / AD = " << dreq.addr
    302                                        << " / V = " << dreq.valid << " TYPE = " << dreq.type << std::endl;
     301        std::cout << " proc state : PC = " << std::hex << ireq.addr << " / AD = " << dreq.addr
     302                  << std::dec << " / V = " << dreq.valid << " / TYPE = " << dreq.type << std::endl;
    303303    }
    304304    //////////////////////////
Note: See TracChangeset for help on using the changeset viewer.