Changeset 115 for trunk/modules/vci_synthetic_initator/caba/sources/include
- Timestamp:
- Nov 10, 2010, 6:53:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_synthetic_initator/caba/sources/include/vci_synthetic_initiator.h
r111 r115 104 104 void genMoore(); 105 105 106 size_t destAdress(); 106 uint32_t destAdress(); 107 108 uint32_t destAdress(uint32_t *rand_seed); 107 109 108 110 void printStats(); … … 133 135 size_t m_bc_nrsp; // Expected number of responses for a broadcast command 134 136 addr_t m_address_to_send; // Address to send the write command 137 uint32_t m_local_seed; 135 138 136 139 // Fifo transmitting date to the VCI FSM
Note: See TracChangeset
for help on using the changeset viewer.