Skip to content

Commit c1c77c4

Browse files
committed
Remove tentative purpose for reserved misa.B and misa.J bits
This change has no normative effect. What were formerly informally referred to as the B and J extensions are instead going to become multiple smaller and disjoint extensions. Since it appears unlikely that B and J will ultimately have any meaning, simply mark these misa bits as "reserved", rather than "tentatively reserved for X".
1 parent 9181ac0 commit c1c77c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/machine.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ \subsection{Machine ISA Register {\tt misa}}
116116
Bit & Character & Description \\
117117
\hline
118118
0 & A & Atomic extension \\
119-
1 & B & {\em Tentatively reserved for Bit-Manipulation extension} \\
119+
1 & B & {\em Reserved} \\
120120
2 & C & Compressed extension \\
121121
3 & D & Double-precision floating-point extension \\
122122
4 & E & RV32E base ISA \\
123123
5 & F & Single-precision floating-point extension \\
124124
6 & G & {\em Reserved} \\
125125
7 & H & Hypervisor extension \\
126126
8 & I & RV32I/64I/128I base ISA \\
127-
9 & J & {\em Tentatively reserved for Dynamically Translated Languages extension} \\
127+
9 & J & {\em Reserved} \\
128128
10 & K & {\em Reserved} \\
129129
11 & L & {\em Reserved} \\
130130
12 & M & Integer Multiply/Divide extension \\

0 commit comments

Comments
 (0)