diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-13 08:06:30 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-13 08:06:30 +0200 |
commit | 05366e24d8b3cfca4b856b1b3740d535cbdf7dd7 (patch) | |
tree | c24a7ab1b5f17db28391af6ff8d9c9ccc20bc94e /README.md | |
parent | 48205bf3e8d421b6aa0474a4d120ae5faaaaa670 (diff) | |
download | riscv_cpu-05366e24d8b3cfca4b856b1b3740d535cbdf7dd7.tar.gz riscv_cpu-05366e24d8b3cfca4b856b1b3740d535cbdf7dd7.zip |
async reset
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw ## 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 +* I-type: addi, andi, ori, xori, slti, sltiu, slli, srli, srai, lw * S-type: sw * B-type: beq, bne, blt, bge, bltu, bgeu * U-type: |