Changes between Version 134 and Version 135 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 3, 2009, 12:12:53 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v134 v135  
    509509
    510510These messages are stored in a centralized data structure. This structure stores tree information: the packet, the timestamps and the current initiator activity.
    511 Only the active initiators are taken into account during filtering. 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. 
    512 
     511Only the active initiators are taken into account during filtering. 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.
    513512Therefore, when all slots of this centralized structure are filled with real or null messages with their associated timestamps, a temporal filtering iteration can occur.
    514513
    515 There are actually two fully independent networks for VCI command packets and VCI response packets.
    516 
    517 The two networks are not symmetrical :
     514There are actually two fully independent networks for VCI command packets and VCI response packets. The two networks are not symmetrical :
    518515 * There is one processing thread for each output port (i.e. one processing thread for each VCI target). Each processing thread is modeled by a SC_THREAD, and contains a dedicated message fifo and a local time. This time represents the target local time.
    519516