Changes between Version 99 and Version 100 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 2, 2009, 4:33:46 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v99 v100  
    337337interconnect is sure that no initiator will send a packet with a timestamp lesser than the timestamp of P. This temporal
    338338filtering operation can be factorized, when all the connected active initiators have sent at least one message to the interconnect.
    339 These messages are stored in a centralized data structure. This structure stores tree information: the packet, the timestamps and the current initiator activity. After elaboration of the simulator, the activity information for each initiator is set to true. For example, a coprocessor will send a message with '''m_soclib_command''' set to '''TLMT_INACTIVE''' in the beginning of the simulation.  Therefore, when all slots of this centralized structure are
     339These messages are stored in a centralized data structure. This structure stores tree information: the packet, the timestamps and the current initiator activity. After elaboration of the simulator, the activity information for each initiator is set to true. A coprocessor initiator will send a message with '''m_soclib_command''' set to '''TLMT_INACTIVE''' at the beginning of the simulation.  Therefore, when all slots of this centralized structure are
    340340filled with real or null messages with their associated timestamps, a temporal filtering iteration can occur.
    341341
     
    345345
    346346
    347 There is actually two fully independent networks for VCI command packets and VCI response packets.
     347There are actually two fully independent networks for VCI command packets and VCI response packets.
    348348
    349349The two networks are not symmetrical :