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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v72 v73  
    208208
    209209The class '''my_target''' inherits from the class '''sc_core::sc_module'''. The class '''my_target''' contains a member
    210 variable '''p_vci_target''' of type '''tlmt_simple_target_socket'''. This object has 3 template parameters, that are identical to
    211 those used for declaring initiator ports (see above).
    212 It contains a call-back function as described below.
     210variable '''p_vci_target''' of type '''tlmt_simple_target_socket''', representing the VCI target port.
     211It contains a call-back function to handle the received VCI command packets, as described below.
    213212
    214213== E.2) Receiving a VCI command packet ==