Changes between Version 7 and Version 8 of Component/Vci Pi Initiator Wrapper


Ignore:
Timestamp:
Feb 10, 2008, 10:56:39 AM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Pi Initiator Wrapper

    v7 v8  
    88It behaves as an intitiator on the PIBUS interface, and behaves as a target on
    99the VCI interface. It can be used by a VCI initiator to interface a PIBUS based system on chip.
    10  * The VCI address and DATA fields must have 32 bits.
    11  * The VCI fields PLEN, CONTIG, CONS, WRAP, CFIXED, CLEN are ignored.
    12  * The supported PIBU response codes are PI_ACK_RDY, PI_ACK_WAT, and PI_ACK_ERR.
    13  * The VCI initiator is supposed to be "fair" : when a command packet starts, the CMDVAL signal is true until the last word of the VCI packet (marqued by the EOP signal), and the RSPACK signal is supposed to be always true.
    14  * The VCI command packet can have any length.
    15  * Only the two VCI commands VCI_CMD_READ & VCI_CMD_WRITE are supported.
    16  * Most output ports, including PI.A, PI.LOCK, VCI.RDATA, and VCI.RERROR are Mealy signals.
    1710
    18 == 2) Component definition& usage ==
     11== 2) Component definition & usage ==
    1912
    2013source:trunk/soclib/soclib/module/network_component/vci_pi_initiator_wrapper/caba/metadata/vci_pi_initiator_wrapper.sd
     
    4538 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port
    4639 * soclib::caba::!PibusInitiator '''p_pi''' : The PIBUS port
     40
     41== 4) TLM-T Implementation ==
     42
     43There is no TLM-T implementation for this component.
     44