aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-11-20 17:40:53 -0800
committerAndrew Waterman <andrew@sifive.com>2018-11-20 17:40:53 -0800
commit6f747081b10b680fef026415e2db2b43ae968389 (patch)
tree4144f2a311eb686b8969b0f9bdc71a5e30713602
parent8a46cfda4607151689580eccccb2642264585443 (diff)
downloadriscv-opcodes-6f747081b10b680fef026415e2db2b43ae968389.zip
riscv-opcodes-6f747081b10b680fef026415e2db2b43ae968389.tar.gz
riscv-opcodes-6f747081b10b680fef026415e2db2b43ae968389.tar.bz2
Exclude ECALL/EBREAK from privileged instruction table
-rwxr-xr-xparse-opcodes4
1 files changed, 1 insertions, 3 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 510450b..1cd764a 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -732,9 +732,7 @@ def print_insts(*names):
print_inst(n)
def make_supervisor_latex_table():
- print_header('i')
- print_subtitle('Environment Call and Breakpoint')
- print_insts('ecall', 'ebreak')
+ print_header('r', 'i')
print_subtitle('Trap-Return Instructions')
print_insts('uret', 'sret', 'mret')
print_subtitle('Interrupt-Management Instructions')