Changes between Version 4 and Version 5 of Writing Rules/RISC
- Timestamp:
- Jan 7, 2008, 5:55:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/RISC
v4 v5 137 137 The 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'''. 138 138 139 [[Image(caba_ model.png, nolink)]]139 [[Image(caba_wrapper.png, nolink)]] 140 140 141 141 To communicate with the '''!VciXcache''', the '''!IssWrapper''' class contains two member variables '''p_icache''', of type '''!IcacheProcessorPort''' and '''p_dcache''', of type '''!DcacheProcessorPort'''.