Changes between Version 1 and Version 2 of Component/Vci Initiator Transactor


Ignore:
Timestamp:
Feb 24, 2010, 10:59:37 PM (14 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Initiator Transactor

    v1 v2  
    99Regarding the VCI command, the behavior() thread read the command signals (cycle per cycle), on the CABA ports,  and stores a complete transaction payload in the Pending_Transaction_Buffer. When the transaction is completed, the behavior() thread calls the nb_transport_fw() method on the TLM-DT port.
    1010
    11 [[Image(initiator_vci_transactor.png, nolink)]]
     11[[Image(vci_initiator_transactor.png, nolink)]]
    1212
    1313Regarding the VCI response, the interface nb_transport_bw() method updates the status of the proper entry in the Pending_Transaction_Buffer when a response is received on the TLM-DT port. This response is then transmitted (cycle per cycle) by the behaviour() thread on the CABA ports.
     
    3636}}}
    3737
     38=== Ports ===
    3839
    39 === CABA Ports ===
    40 
     40==== CABA ====
    4141 * sc_out<bool> '''p_resetn''' : hardware reset
    4242 * sc_out<bool> '''p_clk''' :  clock
     
    4444 * VciTarget<vci_param_caba> '''p_vci_target''' : VCI target port (from CABA initiator to transactor)
    4545
    46 === TLM-DT Ports ===
     46==== TLM-DT ====
    4747
    4848 * '''p_vci_initiator''' : VCI initiator port (from transactor to TLM-DT platform)