Changeset 608 for trunk/modules
- Timestamp:
- Dec 19, 2013, 9:41:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
r599 r608 307 307 r_initiator_fsm = M_READ_BURST; 308 308 } 309 310 //////////////////////////////////////////////////////////////////////////////////////// 311 //std::cout << "***** Block content after read for lba " 312 // << std::hex << r_lba.read() << " **************" << std::endl; 313 //for ( size_t line=0 ; line<16 ; line++ ) 314 //{ 315 // for ( size_t word=0 ; word<8 ; word++ ) 316 // { 317 // std::cout << std::hex << r_local_buffer[line*8 + word] << " "; 318 // } 319 // std::cout << std::endl; 320 //} 321 //std::cout << "**********************************************************" << std::endl; 322 //////////////////////////////////////////////////////////////////////////////////////// 323 309 324 } 310 325 else … … 506 521 if ( r_latency_count == 0 ) 507 522 { 523 524 //////////////////////////////////////////////////////////////////////////////////////// 525 //std::cout << "***** Block content before write for lba " 526 // << std::hex << r_lba.read() << " ***********" << std::endl; 527 //for ( size_t line=0 ; line<16 ; line++ ) 528 //{ 529 // for ( size_t word=0 ; word<8 ; word++ ) 530 // { 531 // std::cout << std::hex << r_local_buffer[line*8 + word] << " "; 532 // } 533 // std::cout << std::endl; 534 //} 535 //std::cout << "**********************************************************" << std::endl; 536 //////////////////////////////////////////////////////////////////////////////////////// 537 508 538 r_latency_count = m_latency; 509 539 ::lseek(m_fd, (r_lba + r_block_count)*m_words_per_block*4, SEEK_SET);
Note: See TracChangeset
for help on using the changeset viewer.