diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-04-30 17:44:50 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-04-30 17:44:50 -0700 |
commit | 2baef21d8e21d7c2116ab072faa598fc958d35ae (patch) | |
tree | df0201330bcdbe9d9564cc29289d962ecc07b481 | |
parent | 86c755bb975b20566b5a22cba3f3d04428713daf (diff) | |
download | riscv-opcodes-2baef21d8e21d7c2116ab072faa598fc958d35ae.zip riscv-opcodes-2baef21d8e21d7c2116ab072faa598fc958d35ae.tar.gz riscv-opcodes-2baef21d8e21d7c2116ab072faa598fc958d35ae.tar.bz2 |
Remove mtimecmp
-rwxr-xr-x | parse-opcodes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/parse-opcodes b/parse-opcodes index d19b33f..d2f34d2 100755 --- a/parse-opcodes +++ b/parse-opcodes @@ -80,7 +80,6 @@ csrs = [ (0x303, 'mideleg'), (0x304, 'mie'), (0x305, 'mtvec'), - (0x321, 'mtimecmp'), (0x340, 'mscratch'), (0x341, 'mepc'), (0x342, 'mcause'), @@ -120,7 +119,6 @@ csrs32 = [ (0xC82, 'instreth'), # Standard Machine R/W - (0x361, 'mtimecmph'), (0x780, 'mucycle_deltah'), (0x781, 'mutime_deltah'), (0x782, 'muinstret_deltah'), |