Changeset 131 for trunk/modules/vci_synthetic_initator/caba/sources/include
- Timestamp:
- Jan 20, 2011, 5:37:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_synthetic_initator/caba/sources/include/vci_synthetic_initiator.h
r128 r131 4 4 * Copyright : UPMC / LIP6 5 5 * Authors : Christophe Choichillon 6 * Version : 2. 06 * Version : 2.1 7 7 * 8 8 * SOCLIB_LGPL_HEADER_BEGIN … … 26 26 * SOCLIB_LGPL_HEADER_END 27 27 * 28 * Versions : 29 * - 1.0 Sending only one request at a time 30 * - 2.0 Sending multiple transactions and broadcast responses 31 * identified with pktid (deprecated) 32 * - 2.1 Broadcast responses identified with the value 0 of trdid 33 * 28 34 * Maintainers: christophe.choichillon@lip6.fr 29 35 */ … … 32 38 #define SOCLIB_CABA_SYNTHETIC_INITIATOR_H 33 39 40 #include <cassert> 34 41 #include <systemc> 35 42 #include <inttypes.h> … … 62 69 VCI_SINGLE_SEND, 63 70 VCI_BC_SEND, 71 VCI_SINGLE_REGISTER 64 72 }; 65 73 … … 140 148 141 149 // Broadcast FSM 142 sc_signal<bool> r_bc_fsm; // FSM state143 sc_signal<uint64_t> r_bc_date; // broadcast transaction requested date150 //sc_signal<bool> r_bc_fsm; // FSM state 151 //sc_signal<uint64_t> r_bc_date; // broadcast transaction requested date 144 152 sc_signal<uint32_t> r_bc_nrsp; // Expected number of responses for a broadcast command 145 153
Note: See TracChangeset
for help on using the changeset viewer.