Changes between Version 12 and Version 13 of TLMDT


Ignore:
Timestamp:
May 23, 2011, 4:05:06 PM (13 years ago)
Author:
gioja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TLMDT

    v12 v13  
    203203}}}
    204204
    205 === 2.2. PDES Sync_command
     205=== 2.5. PDES Sync_command
    206206The Sync_command is similar to a Sync_request except that it doesn't need a response. It is used for Interconnects and Target-Initiator components which are bound to the requests they receives in order to increase their time.
    207207
    208 === 2.5. Passive_Sync / Active_Sync
     208=== 2.6. Passive_Sync / Active_Sync
    209209According to the TLMDT for SOCLIB specification, an initiator which sends a blocking request will be completely locked until the response comes back. However, targets are not ever only reactive and won't ever immediately answer to a request, possibly waiting another request which could be handled before the first one, due to the target structure. In this case, if the initiator doesn't transmit a greater time information than the one of its last request, the related interconnect won't be able to route any other request to the waiting target. The sync_response is the message which allows to inform an initiator that it needs to increase its own time up to the one in the message.
    210210