Ignore:
Timestamp:
Nov 10, 2010, 6:53:40 PM (14 years ago)
Author:
choichil
Message:

Adding deterministic for debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_synthetic_initator/caba/sources/include/vci_synthetic_initiator.h

    r111 r115  
    104104      void genMoore();
    105105
    106       size_t destAdress();
     106      uint32_t destAdress();
     107
     108      uint32_t destAdress(uint32_t *rand_seed);
    107109
    108110      void printStats();
     
    133135      size_t                              m_bc_nrsp;                // Expected number of responses for a broadcast command
    134136      addr_t                              m_address_to_send;        // Address to send the write command
     137      uint32_t                            m_local_seed;
    135138
    136139      // Fifo transmitting date to the VCI FSM
Note: See TracChangeset for help on using the changeset viewer.