Changeset 713 for trunk/modules


Ignore:
Timestamp:
Jun 19, 2014, 1:15:15 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

    r712 r713  
    4343#define DEBUG_CONFIG_CMD                1
    4444#define DEBUG_CONFIG_RSP                1
    45 #define DEBUG_MISS_WTI_CMD              1
     45#define DEBUG_MISS_WTI_CMD      1
    4646
    4747namespace soclib {
     
    637637#if DEBUG_DMA_CMD
    638638if( m_debug_activated )
    639 std::cout << "  <IOB DMA_CMD_IDLE> DMA command" << std::endl
     639std::cout << "  <IOB DMA_CMD_IDLE> DMA command"
    640640          << " : address = " << std::hex << p_vci_tgt_iox.address.read()
    641641          << " / srcid = " << p_vci_tgt_iox.srcid.read()
     
    14941494    // - The local configuration segment is identified by the "special" atribute
    14951495    //   in the mapping table.
    1496     // - All configuration requests are checkeg against segmentation violation.
     1496    // - All configuration requests are checked against segmentation violation.
    14971497    // - In case of local config request, or in case of segmentation violation,
    14981498    //   the FSM send a response request to CONFIG_RSP FSM.
Note: See TracChangeset for help on using the changeset viewer.