aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Schmidt <colins@berkeley.edu>2018-12-24 18:25:31 +0530
committerColin Schmidt <colins@berkeley.edu>2018-12-24 18:25:31 +0530
commit7502e0a6db1fa524aa36d5b164bd8bd7f4646a95 (patch)
treec883e91f97e62a9501e2d92392be11172fb560d4
parent74a05aa9fa76541b0bcd05e8fc4f9cc03aa3fe44 (diff)
downloadriscv-opcodes-7502e0a6db1fa524aa36d5b164bd8bd7f4646a95.zip
riscv-opcodes-7502e0a6db1fa524aa36d5b164bd8bd7f4646a95.tar.gz
riscv-opcodes-7502e0a6db1fa524aa36d5b164bd8bd7f4646a95.tar.bz2
update for 0.6 CSRs
-rwxr-xr-xparse-opcodes22
1 files changed, 1 insertions, 21 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 46bc01b..b50aba0 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -65,19 +65,9 @@ csrs = [
(0x001, 'fflags'),
(0x002, 'frm'),
(0x003, 'fcsr'),
- (0x010, 'vcfg'),
+ (0x010, 'vtype'),
(0x011, 'vl'),
(0x012, 'vlmax'),
- (0x013, 'vregmask'),
- (0x014, 'vxcfg'),
- (0x020, 'vtcfg0'),
- (0x022, 'vtcfg2'),
- (0x024, 'vtcfg4'),
- (0x026, 'vtcfg6'),
- (0x028, 'vtcfg8'),
- (0x02a, 'vtcfg10'),
- (0x02c, 'vtcfg12'),
- (0x02e, 'vtcfg14'),
# Standard User RO
@@ -235,16 +225,6 @@ csrs = [
]
csrs32 = [
- # Standard User R/W
- (0x021, 'vtcfg1'),
- (0x023, 'vtcfg3'),
- (0x025, 'vtcfg5'),
- (0x027, 'vtcfg7'),
- (0x029, 'vtcfg9'),
- (0x02b, 'vtcfg11'),
- (0x02d, 'vtcfg13'),
- (0x02f, 'vtcfg15'),
-
# Standard User RO
(0xC80, 'cycleh'),
(0xC81, 'timeh'),