Custom CPU emulator and assembler
-
Updated
Apr 23, 2026 - C
Custom CPU emulator and assembler
A study in MIPS microarchitecture trade-offs. This project implements three CPU designs: a single-cycle, a hardware-scheduled multicycle, and a software-scheduled pipelined core; then documents and contrasts their performance/complexity. Source is organized by variant (src_sc, src_hw, src_sw) with dedicated testbenches and write-ups.
This is a simple CPU emulator with custom architecture
Its a RISC Architecture based 4-bit CPU made in Digital Logic Sim by Sebatsian Lague
This is a simulation of the MIPS32 Single Cycle Processor on Xilinx ISE written in Verilog.
RISC-V Pipelined Processor simulation in Verilog on Xilinx ISE
Custom instruction design on Mic-2 architecture for color-based blob detection
Computer Organization I exercises
RISCV 40 Instruction Cycle Accurate CPU Model
Replay-stable 64-bit 4-Way SMT-VLIW instruction-set emulator/runtime with streaming-vector transport, typed-slot scheduling, runtime-owned legality, replay evidence, and compiler/runtime structural agreement.
Add a description, image, and links to the cpu-architecture-design topic page so that developers can more easily learn about it.
To associate your repository with the cpu-architecture-design topic, visit your repo's landing page and select "manage topics."