Single Cycle CPU
Project Information
- Category: Circuit
- Project Date: May 2019
- Project URL: https://github.com/ChibiKev/Single-Cycle-CPU
Used VHDL and block diagram to create a 32 bit single cycle CPU.
Design single cycle 32 bit CPU based on the 32 bit MIPS instruction set architecture. The addresses are 32 bits, the data elements are 32 bit integers, the instruction length is 32 bits. The instructions that were implemented are of type R and I type.