Skip to content

Releases: jdryg/RISCVEmu

Multi-cycle CPU w/ Caches

09 Oct 15:55
Compare
Choose a tag to compare

Multi-cycle CPU with separate L1 Instruction and Data caches on a shared bus.

Instructions

  1. Unzip the hdd_32MB_test_progs.zip from the bin folder.
  2. Run the emulator
  3. Select the bios executable from the bios/src directory
  4. Select the vhd from the bin directory (where you extracted the zip in step 1).
  5. Select the CPU type you would like to emulate
  6. Press Start and then the play button at the top of the debugger.

First binary release

30 Aug 15:34
Compare
Choose a tag to compare

Single-cycle CPU implementation with (potentially) multiple memory reads and writes per cycle.

Instructions

  1. Unzip the hdd_32MB_test_progs.zip from the bin folder.
  2. Run the emulator
  3. Select the bios executable from the bios/src directory
  4. Select the vhd from the bin directory (where you extracted the zip in step 1).
  5. Press Start and then the play button at the top of the debugger.