Changeset 91 for trunk/modules
- Timestamp:
- Sep 13, 2010, 6:15:36 PM (14 years ago)
- 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 299 299 << rsp_fsm_state_str[r_vci_rsp_fsm] << " / " 300 300 << tgt_fsm_state_str[r_vci_tgt_fsm] << std::endl; 301 std::cout << " proc state : PC = " << ireq.addr << " / AD = " << dreq.addr302 << " / 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; 303 303 } 304 304 //////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.