Changeset 713 for trunk/modules/vci_io_bridge/caba/source
- Timestamp:
- Jun 19, 2014, 1:15:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_io_bridge/caba/source/src/vci_io_bridge.cpp
r712 r713 43 43 #define DEBUG_CONFIG_CMD 1 44 44 #define DEBUG_CONFIG_RSP 1 45 #define DEBUG_MISS_WTI_CMD 45 #define DEBUG_MISS_WTI_CMD 1 46 46 47 47 namespace soclib { … … 637 637 #if DEBUG_DMA_CMD 638 638 if( m_debug_activated ) 639 std::cout << " <IOB DMA_CMD_IDLE> DMA command" << std::endl639 std::cout << " <IOB DMA_CMD_IDLE> DMA command" 640 640 << " : address = " << std::hex << p_vci_tgt_iox.address.read() 641 641 << " / srcid = " << p_vci_tgt_iox.srcid.read() … … 1494 1494 // - The local configuration segment is identified by the "special" atribute 1495 1495 // in the mapping table. 1496 // - All configuration requests are checke gagainst segmentation violation.1496 // - All configuration requests are checked against segmentation violation. 1497 1497 // - In case of local config request, or in case of segmentation violation, 1498 1498 // the FSM send a response request to CONFIG_RSP FSM.
Note: See TracChangeset
for help on using the changeset viewer.