Changes between Version 72 and Version 73 of Writing Rules/Tlmt
- Timestamp:
- Nov 15, 2008, 6:43:07 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v72 v73 208 208 209 209 The 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. 210 variable '''p_vci_target''' of type '''tlmt_simple_target_socket''', representing the VCI target port. 211 It contains a call-back function to handle the received VCI command packets, as described below. 213 212 214 213 == E.2) Receiving a VCI command packet ==