A custom 32-bit RISC processor implemented in Verilog, demonstrating datapath, control logic, and instruction execution.
-
Updated
Jan 25, 2026 - Verilog
A custom 32-bit RISC processor implemented in Verilog, demonstrating datapath, control logic, and instruction execution.
Simulating a 32-bit processor using VHDL
This is a 32 Bit Processor design with 3 address format and indirect addressing for my computer organization and architecture course
The algorithm proposes a prototype to design a 32-bit processor. The processor is capable of performing the task which includes fetching the instructions, decoding the instructions to figure out what operation needs to be performed, on what operands it needs to perform and where to store, write, the result obtained.
A 32-bit CPU in MIPS architecture
Add a description, image, and links to the 32-bit-processor topic page so that developers can more easily learn about it.
To associate your repository with the 32-bit-processor topic, visit your repo's landing page and select "manage topics."