~ruther/verilog-riscv-semestral-project

ref: 7f5ffd1744a54b34d492767e5bd93126b988eabe verilog-riscv-semestral-project/testbench d---------
feat: add support for loading and saving ram from disk
feat: pass program to execute by parameter
feat: implement ebreak

Breaks the processor, can
exit the testcase
feat: make RAM word aligned, add byte_enable

Support sb, sh, lb, lh using byte enable
instead of non-word aligned reads and writes.
test: add cpu testbenches for c programs
test: add ram test
chore: add makefile for both verilog and c
feat: implement sb, sh, lb, lh support via masking
test: add simple cpu test
test: add basic testbenches
Do not follow this link