~ruther/verilog-riscv-semestral-project

ref: 5fe030988a21d47dd13af35a9b8697b2181cb6b7 verilog-riscv-semestral-project/programs d---------
a400aceb — Rutherther 2 years ago
feat: make RAM word aligned, add byte_enable

Support sb, sh, lb, lh using byte enable
instead of non-word aligned reads and writes.
bb32d2dd — Rutherther 2 years ago
feat: add gcd program for testing
adfdc041 — Rutherther 2 years ago
feat: add branches.c test
6ce1c838 — Rutherther 2 years ago
chore: remove gcc generated file
30a7f949 — Rutherther 2 years ago
feat: add basic testing programs