Changes between Version 66 and Version 67 of Writing Rules/Tlmt
- Timestamp:
- Nov 15, 2008, 6:00:54 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v66 v67 95 95 = D) VCI initiator Modeling = 96 96 97 == D 1) Member variables ==97 == D.1) Member variables == 98 98 99 99 In the proposed example, the initiator module is modeled by the '''my_initiator''' class. … … 112 112 113 113 The boolean member variable '''m_activity''' indicates if the initiator is currently active. 114 It is used by the arbitration threads contained in the '''vci_vgmn''' interconnect, as described in section E.114 It is used by the arbitration threads contained in the '''vci_vgmn''' interconnect, as described in section F. 115 115 The corresponding access functions are '''setActivity()''' and '''getActivity()'''. 116 116 {{{ … … 204 204 In the proposed example, the '''my_target''' component handles all VCI commands in the same way, and there is no error management. 205 205 206 == E 1) Member variables & methods206 == E.1) Member variables & methods == 207 207 208 208 The class '''my_target''' inherits from the class '''sc_core::sc_module'''. The class '''my_target''' contains a member