summaryrefslogtreecommitdiff
path: root/parse-opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-07-05 16:48:22 -0700
committerGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-07-05 16:48:22 -0700
commit436835918e6801522f4b201b7304399e0714c6af (patch)
treea3ecda30c8bbe65c74b1c608036aafc3a7eaa528 /parse-opcodes
parenta5f329c88265a09674d47ef89db4ad2188c88636 (diff)
New machine-mode timer facility
Diffstat (limited to 'parse-opcodes')
-rwxr-xr-xparse-opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-opcodes b/parse-opcodes
index d3987dd..8650acf 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -81,7 +81,6 @@ csrs = [
(0x100, 'sstatus'),
(0x101, 'stvec'),
(0x104, 'sie'),
- (0x121, 'stimecmp'),
(0x140, 'sscratch'),
(0x141, 'sepc'),
(0x144, 'sip'),
@@ -144,6 +143,7 @@ csrs32 = [
(0xA81, 'stimehw'),
# Standard Machine R/W
+ (0x361, 'mtimecmph'),
(0x741, 'mtimeh'),
]