Changes between Version 102 and Version 103 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 2, 2009, 5:20:31 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v102 v103  
    195195  tlm::tlm_sync_enum nb_transport_fw           
    196196  ( tlm::tlm_generic_payload &payload,      // payload
    197     tlm::tlm_phase   &phase,        // phase (TLM::BEGIN_REQ)
    198     sc_core::sc_time                   &time);        // absolute local time
     197    tlm::tlm_phase           &phase,        // phase (TLM::BEGIN_REQ)
     198    sc_core::sc_time         &time);        // absolute local time
    199199}}}
    200200
     
    217217  tlm::tlm_sync_enum nb_transport_bw             
    218218    ( tlm::tlm_generic_payload &payload,     // payload
    219       tlm::tlm_phase   &phase,       // phase (TLM::BEGIN_RESP)
    220       sc_core::sc_time                   &time);       // response time
     219      tlm::tlm_phase           &phase,       // phase (TLM::BEGIN_RESP)
     220      sc_core::sc_time         &time);       // response time
    221221}}}
    222222The return value (type tlm::tlm_sync_enum)  is not used in this TLM-T implementation, and must be sytematically set to tlm::TLM_COMPLETED.