~ruther/verilog-riscv-semestral-project

ref: 2867e24626f7c4643ffa93cb6ea28f24d3eb2dae verilog-riscv-semestral-project/src/cpu.sv -rwxr-xr-x 3.0 KiB
fix: remove duplicit instruction and pc in cpu
refactor: move memory out of cpu

The cpu will have external memory,
that will allow for better testing
capabilities, and also makes more
sense.
feat: add cpu top level entity