diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-09 10:13:14 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-09 10:13:14 +0200 |
commit | 678aef68af85c04015d8c385f6d6c60ffada7fad (patch) | |
tree | a36f8af2af4a5485a186084f9ee30fcbdb0c6586 /README.md | |
parent | 89c0244b8bcd98e8dd273888a0cadc43357f79fc (diff) | |
download | riscv_cpu-678aef68af85c04015d8c385f6d6c60ffada7fad.tar.gz riscv_cpu-678aef68af85c04015d8c385f6d6c60ffada7fad.zip |
fixed sw bug, where we wasn't set correctly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -42,6 +42,14 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw * [gtkwave](https://github.com/gtkwave/gtkwave) for viewing waveforms * [openocd](https://openocd.org) for debugging +## Currently Supported Instructions + +* R-type: add, sub, and, or, xor, sll, srl, sra, slt, sltu +* I-type: addi, andi, ori, xori, slti, sltiu, slli, srli, srai +* S-type: sw +* B-type: beq +* U-type: +* J-type: jal, jalr ## Resources |