Changeset 85 for trunk/modules


Ignore:
Timestamp:
Sep 3, 2010, 3:57:30 PM (14 years ago)
Author:
simerabe
Message:

removing duplicate ring_signals_2

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  
    429429                    {
    430430                        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;
    432433                        exit(0);
    433434                    }
Note: See TracChangeset for help on using the changeset viewer.