Changes between Version 2 and Version 3 of Component/Mips


Ignore:
Timestamp:
May 6, 2007, 2:28:51 PM (17 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Mips

    v2 v3  
    99The simulation model is actually an instruction set simulator (ISS),
    1010organised as a two-stage pipeline:
    11  * TIn the first cycle, the instruction fetch, with access to the external instruction cache.
     11 * In the first cycle, the instruction fetch, with access to the external instruction cache.
    1212 * In the second cycle, the instruction is executed with a possible access to the external data cache.
    13  * The "delayed branch" is accurately modelized, but not the "delayed load".
    1413The main functional specifications are the following:
    1514 * The floating point instructions are not supported
     
    2120
    2221The caba implementation is in
    23  * source:trunk/soclib/systemc/include/caba/processor/Mips.h
    24  * source:trunk/soclib/systemc/src/caba/processor/Mips.cc
     22 * source:trunk/soclib/systemc/include/caba/processor/mips.h
     23 * source:trunk/soclib/systemc/src/caba/processor/mips.cc
    2524
    2625== Template parameters ==