aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Schmidt <colins@eecs.berkeley.edu>2018-11-04 11:26:53 -0800
committerColin Schmidt <colins@eecs.berkeley.edu>2018-11-04 11:26:53 -0800
commit531338fcd618665407210b8fa5a2e56a9a93335f (patch)
tree693cce0adb0944b80ff810643fba1c1394d09130
parent0254119b270909cbafdd7d838c989340e166a2c5 (diff)
downloadriscv-opcodes-531338fcd618665407210b8fa5a2e56a9a93335f.zip
riscv-opcodes-531338fcd618665407210b8fa5a2e56a9a93335f.tar.gz
riscv-opcodes-531338fcd618665407210b8fa5a2e56a9a93335f.tar.bz2
update rvv csrs
-rwxr-xr-xparse-opcodes32
1 files changed, 20 insertions, 12 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 9e61da5..f518cb7 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -63,19 +63,27 @@ csrs = [
(0x001, 'fflags'),
(0x002, 'frm'),
(0x003, 'fcsr'),
- (0x010, 'vcs'),
+ (0x010, 'vcfg'),
(0x011, 'vl'),
- (0x012, 'vxrm'),
- (0x013, 'vxsat'),
- (0x014, 'vmaxew'),
- (0x020, 'vcfg0'),
- (0x022, 'vcfg2'),
- (0x024, 'vcfg4'),
- (0x026, 'vcfg6'),
- (0x028, 'vcfg8'),
- (0x02a, 'vcfg10'),
- (0x02c, 'vcfg12'),
- (0x02e, 'vcfg14'),
+ (0x012, 'vlmax'),
+ (0x013, 'vregmask'),
+ (0x014, 'vxcfg'),
+ (0x020, 'vtcfg0'),
+ (0x021, 'vtcfg1'),
+ (0x022, 'vtcfg2'),
+ (0x023, 'vtcfg3'),
+ (0x024, 'vtcfg4'),
+ (0x025, 'vtcfg5'),
+ (0x026, 'vtcfg6'),
+ (0x027, 'vtcfg7'),
+ (0x028, 'vtcfg8'),
+ (0x029, 'vtcfg9'),
+ (0x02a, 'vtcfg10'),
+ (0x02b, 'vtcfg11'),
+ (0x02c, 'vtcfg12'),
+ (0x02d, 'vtcfg13'),
+ (0x02e, 'vtcfg14'),
+ (0x02f, 'vtcfg15'),
# Standard User RO