Ignore:
Timestamp:
Dec 19, 2013, 9:41:41 AM (10 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp

    r599 r608  
    307307                r_initiator_fsm = M_READ_BURST;
    308308            }
     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
    309324        }
    310325        else
     
    506521        if ( r_latency_count == 0 )
    507522        {
     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
    508538            r_latency_count = m_latency;
    509539            ::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.