Changes between Version 24 and Version 25 of Writing Rules/RISC


Ignore:
Timestamp:
Feb 21, 2008, 9:47:37 PM (16 years ago)
Author:
fpecheux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/RISC

    v24 v25  
    291291[[Image(tlmt_wrapper.png, nolink)]]
    292292
    293 The class '''!VciXcache''' contains a member variable '''p_vci''', of type '''!VciInit''', to send VCI command packets, and receive VCI
     293The class '''!VciXcache''' contains a member variable '''p_vci''', of type '''!VciInitiator''', to send VCI command packets, and receive VCI
    294294response packets.
    295295
     
    322322}}}
    323323
    324 The '''xcacheAccess()''' function détermines the actions to be done by the cache:
     324The '''xcacheAccess()''' function determines the actions to be done by the cache:
    325325 * In case of data or instruction MISS, the '''xcacheAccess()''' function sends the appropriate VCI command packet on
    326326 the '''p_vci''' port, and the '''exedcLoop()''' thread is suspended.