µRISC-II Emulator [2000]
The traditional assignment of Computer Architecture discipline of my graduation was to implement a DLX based emulator. We had to implement 4 versions:
- Functional version. (without restriction in implementation)
- Functional pipelined version.
- Logic version. (restricted to use only basic electronic components abstractions in implementation, basically logic gates and muxes)
- Logic pipelined version.
Besides of these requirements, my version has a improved status screen, showing the assembler mnemonic in execution flowing in the pipeline, pointing also the occurence of forwards and control hazards. Here is a video of the logic pipelined version of the emulator running: