Changeset 127 for trunk/modules


Ignore:
Timestamp:
Jan 18, 2011, 12:40:45 PM (13 years ago)
Author:
choichil
Message:

Removing useless prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_synthetic_initator/caba/sources/src/vci_synthetic_initiator.cpp

    r126 r127  
    226226        r_req_id[i][0] = 0;
    227227        r_req_id[i][1] = 0;
    228         std::cout << "bla bla" << std::endl;
    229228      }
    230229
     
    235234    bool    date_fifo_get = false;
    236235
     236    uint32_t m_local_seed ;
    237237
    238238
     
    261261              }
    262262#ifdef DETERMINISTIC
    263               uint32_t m_local_seed = r_local_seed.read();
     263              m_local_seed = r_local_seed.read();
    264264              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));
    265265              r_local_seed = m_local_seed;
Note: See TracChangeset for help on using the changeset viewer.