Changes between Version 73 and Version 74 of Writing Rules/Tlmt
- Timestamp:
- Nov 15, 2008, 6:46:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v73 v74 302 302 For efficiency reasons, in this implementation, each arbitration thread constructs - during elaboration of the simulation - two local array of pointers (indexed 303 303 by 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 dedicatedphase called '''soclib::tlmt::TLMT_INFO'''. The payload argument refers to the same305 '''tlmt_vci_transaction''' object as the two other phase s (TLMT_CMD and TLMT_RSP).304 uses 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). 306 306 307 307 {{{