Changeset 85 for trunk/modules
- Timestamp:
- Sep 3, 2010, 3:57:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v1/caba/source/src/vci_cc_xcache_wrapper_v1.cpp
r83 r85 429 429 { 430 430 std::cout << "error in component VCI_CC_XCACHE_WRAPPER " << name() << std::endl; 431 std::cout << "the received VCI command from " << std::dec << p_vci_tgt.srcid.read() << " is not a write" << std::endl; 431 std::cout << " for the vci_address : " << std::hex << p_vci_tgt.address << std::endl; 432 std::cout << "the received VCI command from " << std::hex << p_vci_tgt.srcid.read() << " is not a write" << std::endl; 432 433 exit(0); 433 434 }
Note: See TracChangeset
for help on using the changeset viewer.