Changes between Version 73 and Version 74 of Writing Rules/Tlmt


Ignore:
Timestamp:
Nov 15, 2008, 6:46:23 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v73 v74  
    302302For efficiency reasons, in this implementation, each arbitration thread constructs - during elaboration of the simulation - two local array of pointers (indexed
    303303by the input channel index) to access the LocalTime and ActivityStatus variables of the corresponding VCI initiators. To get this information, each arbitration thread
    304 uses the ''nb_transport_bw()''' function on all its VCI target ports, with a a dedicated phase called '''soclib::tlmt::TLMT_INFO'''. The payload argument refers to the same
    305 '''tlmt_vci_transaction''' object as the two other phases (TLMT_CMD and TLMT_RSP).
     304uses the '''nb_transport_bw()''' function on all its VCI target ports, with a a dedicated value for the phase called '''soclib::tlmt::TLMT_INFO'''. The payload argument refers to the same
     305'''tlmt_vci_transaction''' object as the two other phase values (TLMT_CMD and TLMT_RSP).
    306306
    307307{{{