Changes between Version 4 and Version 5 of Writing Rules/RISC


Ignore:
Timestamp:
Jan 7, 2008, 5:55:02 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/RISC

    v4 v5  
    137137The class '''!IssWrapper''' contains the member variable '''iss''' representing the processor ISS. The type of the '''iss''' variable - defining the type of theprocessor - is specified by the template parameter '''iss_t'''.
    138138
    139 [[Image(caba_model.png, nolink)]]
     139[[Image(caba_wrapper.png, nolink)]]
    140140
    141141To communicate with the '''!VciXcache''', the '''!IssWrapper''' class contains two member variables '''p_icache''', of type '''!IcacheProcessorPort''' and '''p_dcache''', of type '''!DcacheProcessorPort'''.