Changeset 1001 for branches/reconfiguration/modules/vci_cc_vcache_wrapper
- Timestamp:
- Jun 16, 2015, 9:24:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp
r988 r1001 6147 6147 uint64_t header = p_dspin_m2p.data.read(); 6148 6148 uint64_t dest = DDP::dspin_get(header, DDP::TEST_M2P_DEST); 6149 assert((size_t)dest == m_cc_global_id); 6149 6150 if ((size_t)dest != m_cc_global_id) { 6151 std::cout << this->name() << ": ERROR in CC_RECEIVE_TEST_HEADER" 6152 << " / cycle: " << std::dec << m_cpt_total_cycles 6153 << " / TEST_M2P packet received but its destination (" << dest << ")" 6154 << "is not the current processor (" << m_cc_global_id << ")" 6155 << std::endl; 6156 exit(1); 6157 } 6150 6158 6151 6159 r_cc_receive_fsm = CC_RECEIVE_TEST_SIGNATURE;
Note: See TracChangeset
for help on using the changeset viewer.