aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2020-05-04 16:19:34 -0700
committerGitHub <noreply@github.com>2020-05-04 16:19:34 -0700
commitf4ed306a9193821b1c65ccaa1a0f0a28995b4954 (patch)
tree32648480347797a405a4b74f48a60b9c9d86a8bd
parentae1df6d031889f5c1a8fa2f8894c172d568244bf (diff)
downloadriscv-opcodes-f4ed306a9193821b1c65ccaa1a0f0a28995b4954.zip
riscv-opcodes-f4ed306a9193821b1c65ccaa1a0f0a28995b4954.tar.gz
riscv-opcodes-f4ed306a9193821b1c65ccaa1a0f0a28995b4954.tar.bz2
Add DCSR_CAUSE_GROUP. (#44)
-rw-r--r--encoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding.h b/encoding.h
index 98b4023..b4fbc16 100644
--- a/encoding.h
+++ b/encoding.h
@@ -65,6 +65,7 @@
#define DCSR_CAUSE_DEBUGINT 3
#define DCSR_CAUSE_STEP 4
#define DCSR_CAUSE_HALT 5
+#define DCSR_CAUSE_GROUP 6
#define MCONTROL_TYPE(xlen) (0xfULL<<((xlen)-4))
#define MCONTROL_DMODE(xlen) (1ULL<<((xlen)-5))