aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-09 10:13:14 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-09 10:13:14 +0200
commit678aef68af85c04015d8c385f6d6c60ffada7fad (patch)
treea36f8af2af4a5485a186084f9ee30fcbdb0c6586 /README.md
parent89c0244b8bcd98e8dd273888a0cadc43357f79fc (diff)
downloadriscv_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.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d81cb2..a14a584 100644
--- a/README.md
+++ b/README.md
@@ -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