mikesjak / RISCV-CPU

32-bit RISC-V CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISCV-CPU

The task was to design and describe in Verilog a 32-bit processor that must support 15 basic instructions + 4 bonus instructions and create a program in asm to find prime numbers. The size of the program was limited.

Files

CPU.v - Verilog representation of CPU
proc.hex - Compiled CPU
prog.asm - Assembly program

About

32-bit RISC-V CPU

License:MIT License


Languages

Language:Verilog 91.1%Language:Assembly 8.9%