Changes between Version 24 and Version 25 of Writing Rules/RISC
- Timestamp:
- Feb 21, 2008, 9:47:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/RISC
v24 v25 291 291 [[Image(tlmt_wrapper.png, nolink)]] 292 292 293 The class '''!VciXcache''' contains a member variable '''p_vci''', of type '''!VciInit ''', to send VCI command packets, and receive VCI293 The class '''!VciXcache''' contains a member variable '''p_vci''', of type '''!VciInitiator''', to send VCI command packets, and receive VCI 294 294 response packets. 295 295 … … 322 322 }}} 323 323 324 The '''xcacheAccess()''' function d étermines the actions to be done by the cache:324 The '''xcacheAccess()''' function determines the actions to be done by the cache: 325 325 * In case of data or instruction MISS, the '''xcacheAccess()''' function sends the appropriate VCI command packet on 326 326 the '''p_vci''' port, and the '''exedcLoop()''' thread is suspended.