fixed execution of R type instructions

This commit is contained in:
Yehowshua Immanuel 2025-03-13 14:31:38 -04:00
parent 7066df0936
commit 4428f7f196
3 changed files with 5 additions and 15 deletions

View file

@ -30,20 +30,9 @@ Change instructions to support Nix
riscv64-unknown-elf-objdump -D -b binary -m riscv:rv64 ./rv_tests/hello_world/hello.bin > hello.asm
```
# TODO
- [ ] fetch should invoke mem read function
# Organization Thoughts
- Potential functions
1. BitPat -> Opcode
2. Opcode -> Fields
3. Fields -> Field Vals
4. Field Vals -> Reg Vals
# Thoroughness
- [ ] Check that all forms get used!! Remove unused forms!!
# Grant Notes
- [ ] Some forms may be redundant(may need to remove some)