aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-09-27 15:51:43 -0700
committerGitHub <noreply@github.com>2023-09-27 15:51:43 -0700
commita3333df2c917280254a70956938e2559cc8b6203 (patch)
tree1fd8186b3a3c25bfb4fe1cf6ea827e66006ad5ff
parent09c6db5a945bd4c8e52f6335591b8cbcedcad155 (diff)
parent9bb46c8beaf08ebe1f2f69802a31afa9e31af89e (diff)
downloadriscv-opcodes-a3333df2c917280254a70956938e2559cc8b6203.zip
riscv-opcodes-a3333df2c917280254a70956938e2559cc8b6203.tar.gz
riscv-opcodes-a3333df2c917280254a70956938e2559cc8b6203.tar.bz2
Merge pull request #197 from sequencer/split_debug
split dret from rv_system to rv_debug
-rw-r--r--rv_debug2
-rw-r--r--rv_system1
2 files changed, 2 insertions, 1 deletions
diff --git a/rv_debug b/rv_debug
new file mode 100644
index 0000000..ea1c3ef
--- /dev/null
+++ b/rv_debug
@@ -0,0 +1,2 @@
+# debug
+dret 11..7=0 19..15=0 31..20=0x7b2 14..12=0 6..2=0x1C 1..0=3
diff --git a/rv_system b/rv_system
index f94c4cf..24ab8fb 100644
--- a/rv_system
+++ b/rv_system
@@ -1,5 +1,4 @@
# SYSTEM
mret 11..7=0 19..15=0 31..20=0x302 14..12=0 6..2=0x1C 1..0=3
-dret 11..7=0 19..15=0 31..20=0x7b2 14..12=0 6..2=0x1C 1..0=3
wfi 11..7=0 19..15=0 31..20=0x105 14..12=0 6..2=0x1C 1..0=3