Changes between Version 11 and Version 12 of Writing Rules/RISC


Ignore:
Timestamp:
Jan 8, 2008, 7:24:36 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/RISC

    v11 v12  
    278278At each iteration in the execution loop, the '''cacheAccess()''' method updates the local clock (variable '''m_time''') :
    279279 * The local time is simply incremented by one cycle, if the cache controller is able to answer immediately to the processor requests.
    280  * The local time is updated using the date containeded in the VCI response packet in case of MISS.
    281 
    282 The SystemC TLM-T model for the VciXcache module is presented below :
     280 * The local time is updated using the date contained in the VCI response packet in case of MISS.
     281
     282The SystemC TLM-T model for the '''!VciXcache''' module is presented below :
    283283{{{
    284284template<typename iss_t, typename vci_param>