Changes between Version 4 and Version 5 of Component/Vci Pi Initiator Wrapper
- Timestamp:
- May 17, 2007, 11:36:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Pi Initiator Wrapper
v4 v5 13 13 * The VCI command packet can have any length, but the VCI commands VCI_READLOCK & VCI_NOP are not supported. 14 14 * Most output ports, including PI.A, PI.LOCK, VCI.RDATA, and VCI.RERROR are Mealy signals. 15 15 16 = Component definition = 17 18 Available in source:trunk/soclib/desc/soclib/vci_pi_initiator_wrapper.sd 19 20 == Usage == 21 22 !VciPiInitiatorWrapper has no other parameter than VCI ones, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters] 23 {{{ 24 Uses( 'vci_pi_initiator_wrapper', **vci_parameters ) 25 }}} 16 26 17 27 = !VciPiInitiatorWrapper CABA Implementation = … … 23 33 == Template parameters == 24 34 35 {{{ 25 36 template<typename vci_param> 37 }}} 26 38 27 39 == Constructor parameters ==