aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xparse-opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-opcodes b/parse-opcodes
index eeae739..9f5d74a 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -869,7 +869,7 @@ def make_latex_table():
print_insts('addw', 'subw', 'sllw', 'srlw', 'sraw')
print_subtitle('RV32/RV64 \emph{Zifencei} Standard Extension')
print_insts('fence.i')
- print_subtitle('RV32/RV64 Control and Status Register Access Instructions')
+ print_subtitle('RV32/RV64 \emph{Zicsr} Standard Extension')
print_insts('csrrw', 'csrrs', 'csrrc')
print_insts('csrrwi', 'csrrsi', 'csrrci')
print_subtitle('RV32M Standard Extension')