aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-05-07 19:17:10 -0700
committerAndrew Waterman <andrew@sifive.com>2017-05-07 19:17:10 -0700
commitf8bab126082ce7fcd9e91ad54918bd1cf913da3b (patch)
tree9689d0e0499c5be0c85ecd7aab6f8b4624589d6b
parent1ac9833cd41d36d558c12392c724aa68fa9dea50 (diff)
downloadriscv-opcodes-f8bab126082ce7fcd9e91ad54918bd1cf913da3b.zip
riscv-opcodes-f8bab126082ce7fcd9e91ad54918bd1cf913da3b.tar.gz
riscv-opcodes-f8bab126082ce7fcd9e91ad54918bd1cf913da3b.tar.bz2
SB->B; UJ->J
-rwxr-xr-xparse-opcodes4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 630ae36..f9d54d8 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -658,7 +658,7 @@ def print_header(*types):
\\multicolumn{1}{c|}{rs1} &
\\multicolumn{1}{c|}{funct3} &
\\multicolumn{1}{c|}{imm[4:1$\\vert$11]} &
-\\multicolumn{1}{c|}{opcode} & SB-type \\\\
+\\multicolumn{1}{c|}{opcode} & B-type \\\\
\\cline{2-11}
"""
if 'u' in types:
@@ -674,7 +674,7 @@ def print_header(*types):
&
\\multicolumn{8}{|c|}{imm[20$\\vert$10:1$\\vert$11$\\vert$19:12]} &
\\multicolumn{1}{c|}{rd} &
-\\multicolumn{1}{c|}{opcode} & UJ-type \\\\
+\\multicolumn{1}{c|}{opcode} & J-type \\\\
\\cline{2-11}
"""