Changeset 127
- Timestamp:
- Jan 18, 2011, 12:40:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_synthetic_initator/caba/sources/src/vci_synthetic_initiator.cpp
r126 r127 226 226 r_req_id[i][0] = 0; 227 227 r_req_id[i][1] = 0; 228 std::cout << "bla bla" << std::endl;229 228 } 230 229 … … 235 234 bool date_fifo_get = false; 236 235 236 uint32_t m_local_seed ; 237 237 238 238 … … 261 261 } 262 262 #ifdef DETERMINISTIC 263 uint32_tm_local_seed = r_local_seed.read();263 m_local_seed = r_local_seed.read(); 264 264 r_address_to_send = destAdress(&m_local_seed) << (vci_param::N)-(soclib::common::uint32_log2((uint32_t)m_xmesh)+soclib::common::uint32_log2((uint32_t)m_ymesh)); 265 265 r_local_seed = m_local_seed;
Note: See TracChangeset
for help on using the changeset viewer.