Changes between Version 9 and Version 10 of Component/Vci Xcache Wrapper


Ignore:
Timestamp:
Aug 25, 2008, 5:42:23 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache Wrapper

    v9 v10  
    9932 bits RISC processor (such as Mips32, Sparc V8, Xilinx microBlaze, Altera Nios, or PPC 405) to a VCI based multi-processor system.
    1010They act directly as a wrapper for any ISS (Instruction Set Simulator) respecting the standardized API
    11 defined [wiki:WritingRules/RISC here].
     11defined the[source:root/trunk/soclib/soclib/lib/iss2/include/iss2.h here].
    1212
    1313Each cache controller implements two separated instruction and data caches, sharing the same VCI interface.
     
    6060=== Generic MMU ===
    6161
    62 The Vcache and CC_Vcache components implement a generic MMU service, that can be used by all the single instruction issue 32 bits processors available in the SoCLib platform.
     62The Vcache and CC_Vcache components implement a generic MMU, that can be used by all the single instruction issue 32 bits processors available in the SoCLib platform.
     63
     64The generic MMU defines 10 registers, that can be accessed by the software ttrough the generic cache/proccessor interface defined
    6365In the Vcache and CC_Vcache components, the cachability (for both instruction & data accesses) can be defined
    6466by software - on a per-logical-page basis) through the cacheability attribut contained in each page descriptor.