Changeset 763


Ignore:
Timestamp:
Aug 8, 2014, 12:00:08 PM (10 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

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

    r740 r763  
    15951595if( m_debug_activated )
    15961596std::cout << name()
    1597           << "  <IOB CONFIG_CMD_IDLE> ### Config Command received" << std::endl
     1597          << "  <IOB CONFIG_CMD_IDLE> Config Command received" << std::endl
    15981598          << "  address = " << std::hex << p_vci_tgt_int.address.read()
    15991599          << " / srcid = " << p_vci_tgt_int.srcid.read()
     
    17451745{
    17461746std::cout << name()
    1747           << "  <IOB CONFIG_CMD_IDLE> ### new entry in IOX transaction table"
     1747          << "  <IOB CONFIG_CMD_IDLE> New entry in IOX transaction table"
    17481748          << std::endl;
    17491749m_iox_transaction_tab.printTrace();
     
    17911791{
    17921792std::cout << name()
    1793           << "  <IOB CONFIG_CMD_WAIT> ### new entry in IOX transaction table"
     1793          << "  <IOB CONFIG_CMD_WAIT> New entry in IOX transaction table"
    17941794          << std::endl;
    17951795m_iox_transaction_tab.printTrace();
     
    19301930{
    19311931std::cout << name()
    1932           << "  <IOB CONFIG_RSP_IDLE_IOX> ### remove entry in transaction table"
     1932          << "  <IOB CONFIG_RSP_IDLE_IOX> Remove entry in transaction table"
    19331933          << std::endl;
    19341934m_iox_transaction_tab.printTrace();
     
    19721972{
    19731973std::cout << name()
    1974           << "  <IOB CONFIG_RSP_IDLE_IOX> ### remove entry in transaction table"
     1974          << "  <IOB CONFIG_RSP_IDLE_IOX> Remove entry in transaction table"
    19751975          << std::endl;
    19761976m_iox_transaction_tab.printTrace();
Note: See TracChangeset for help on using the changeset viewer.