aboutsummaryrefslogtreecommitdiff
path: root/parse_opcodes
diff options
context:
space:
mode:
authormichael-roe <2479665+michael-roe@users.noreply.github.com>2020-02-24 17:36:45 +0000
committerGitHub <noreply@github.com>2020-02-24 11:36:45 -0600
commitdd55202ca3e8b36e34510a09e94b0046416723fe (patch)
tree7fe4dbeff4d2815b0a2fc3191d90d7a7470d1185 /parse_opcodes
parent421028413d3060202086182fae709d5e3582da50 (diff)
downloadriscv-opcodes-dd55202ca3e8b36e34510a09e94b0046416723fe.zip
riscv-opcodes-dd55202ca3e8b36e34510a09e94b0046416723fe.tar.gz
riscv-opcodes-dd55202ca3e8b36e34510a09e94b0046416723fe.tar.bz2
Add N-extension CSRs and status bits. (#37)
Diffstat (limited to 'parse_opcodes')
-rwxr-xr-xparse_opcodes2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse_opcodes b/parse_opcodes
index 883b953..6ee7a5c 100755
--- a/parse_opcodes
+++ b/parse_opcodes
@@ -122,6 +122,8 @@ csrs = [
# Standard Supervisor R/W
(0x100, 'sstatus'),
+ (0x102, 'sedeleg'),
+ (0x103, 'sideleg'),
(0x104, 'sie'),
(0x105, 'stvec'),
(0x106, 'scounteren'),