Changes between Version 93 and Version 94 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 2, 2009, 11:46:07 AM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v93 v94  
    3030Figure 1 presents a minimal system containing one single VCI initiator, '''my_initiator''' , and one single
    3131VCI target, '''my_target''' . The initiator behavior is modeled by the SC_THREAD  '''execLoop()''', that contains an infinite loop.
    32 The interface function '''vci_rsp_received()''' is executed when a VCI response packet is received by the initiator module.
     32The interface function '''nb_transport_bw()''' is executed when a VCI response packet is received by the initiator module.
    3333
    3434[[Image(tlmt_figure_1.png, nolink)]]
     
    3636Unlike the initiator, the target module has a purely reactive behaviour and is therefore modeled as a simple interface function.
    3737In other words, there is no need to use a SC_THREAD for a target component: the target behaviour is entirely described by the interface
    38 function '''vci_cmd_received()''', that is executed when a VCI command packet is received by the target module.
     38function '''nb_transport_fw()''', that is executed when a VCI command packet is received by the target module.
    3939
    4040The VCI communication channel is a point-to-point bi-directional channel, encapsulating two separated uni-directional