Skip to content

RISC‐I Emulator

Lucas Perônico Barbotin edited this page Nov 1, 2024 · 2 revisions

Welcome to the RISC-I Emulator wiki!

This is a wiki about the RISC-I Emulator project developed by me (710lucas)!

Structure of the emulator

The emulator is divided into 4 main sections:

  1. CPU
  2. Memory
  3. I/O
  4. BUS

Both I/O and Memory are Bus modules (see busModule.hpp for more details).

The communication between the CPU and the bus modules occur trough the BUS (see systemBus.hpp for more details and instructions).

Clone this wiki locally