Changes between Version 2 and Version 3 of Component/Mips
- Timestamp:
- May 6, 2007, 2:28:51 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Mips
v2 v3 9 9 The simulation model is actually an instruction set simulator (ISS), 10 10 organised 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. 12 12 * 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".14 13 The main functional specifications are the following: 15 14 * The floating point instructions are not supported … … 21 20 22 21 The caba implementation is in 23 * source:trunk/soclib/systemc/include/caba/processor/ Mips.h24 * source:trunk/soclib/systemc/src/caba/processor/ Mips.cc22 * source:trunk/soclib/systemc/include/caba/processor/mips.h 23 * source:trunk/soclib/systemc/src/caba/processor/mips.cc 25 24 26 25 == Template parameters ==