Changes between Version 11 and Version 12 of Writing Rules/RISC
- Timestamp:
- Jan 8, 2008, 7:24:36 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/RISC
v11 v12 278 278 At each iteration in the execution loop, the '''cacheAccess()''' method updates the local clock (variable '''m_time''') : 279 279 * 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 contained edin the VCI response packet in case of MISS.281 282 The SystemC TLM-T model for the VciXcachemodule is presented below :280 * The local time is updated using the date contained in the VCI response packet in case of MISS. 281 282 The SystemC TLM-T model for the '''!VciXcache''' module is presented below : 283 283 {{{ 284 284 template<typename iss_t, typename vci_param>