From 8f474fca1482b49a1cc0e5b45e788e8564ff6568 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 6 Nov 2018 19:16:54 -0800 Subject: CSRRx is called Zicsr --- parse-opcodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.1