Changes between Version 66 and Version 67 of Writing Rules/Tlmt


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v66 v67  
    9595= D) VCI initiator Modeling =
    9696
    97 == D1) Member variables ==
     97== D.1) Member variables ==
    9898
    9999In the proposed example, the initiator module is modeled by the '''my_initiator''' class.
     
    112112
    113113The 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.
     114It is used by the arbitration threads contained in the '''vci_vgmn''' interconnect, as described in section F.
    115115The corresponding access functions are '''setActivity()''' and '''getActivity()'''.
    116116{{{
     
    204204In the proposed example, the '''my_target''' component handles all VCI commands in the same way, and there is no error management.
    205205
    206 == E1) Member variables & methods
     206== E.1) Member variables & methods ==
    207207
    208208The class '''my_target''' inherits from the class '''sc_core::sc_module'''. The class '''my_target''' contains a member