aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/naming.tex7
-rw-r--r--src/preface.tex6
2 files changed, 7 insertions, 6 deletions
diff --git a/src/naming.tex b/src/naming.tex
index e0d35b5..2006d80 100644
--- a/src/naming.tex
+++ b/src/naming.tex
@@ -130,7 +130,8 @@ alphabetical name and an optional version number.
For example, ``Xhwacha'' names the Hwacha vector-fetch ISA extension;
``Xhwacha2'' and ``Xhwacha2p0'' name version 2.0 of same.
-Non-standard extensions must be separated from other multi-letter extensions
+Non-standard extensions must be listed after all standard extensions.
+They must be separated from other multi-letter extensions
by an underscore. For example, an ISA with non-standard extensions
Argle and Bargle may be named ``RV64IZifencei\_Xargle\_Xbargle''.
@@ -159,8 +160,6 @@ Integer Multiplication and Division & M & \\
Atomics & A & \\
Single-Precision Floating-Point & F & Zicsr \\
Double-Precision Floating-Point & D & F \\
-Control and Status Register Access & Zicsr & \\
-Instruction-Fetch Fence & Zifencei & \\
\hline
General & G & IMADZifencei \\
\hline
@@ -173,6 +172,8 @@ Transactional Memory & T & \\
Packed-SIMD Extensions & P & \\
Vector Extensions & V & \\
User-Level Interrupts & N & \\
+Control and Status Register Access & Zicsr & \\
+Instruction-Fetch Fence & Zifencei & \\
Misaligned Atomics & Zam & A \\
Total Store Ordering & Ztso & \\
\hline
diff --git a/src/preface.tex b/src/preface.tex
index 8d62d2b..055fede 100644
--- a/src/preface.tex
+++ b/src/preface.tex
@@ -24,15 +24,12 @@ The document contains the following versions of the RISC-V ISA modules:
\hline
Extension & Version & Status \\
\hline
- \bf Zifencei & \bf 2.0 & \bf Ratified \\
- \bf Zicsr & \bf 2.0 & \bf Ratified \\
\bf M & \bf 2.0 & \bf Ratified \\
\em A & \em 2.0 & Frozen \\
\bf F & \bf 2.2 & \bf Ratified \\
\bf D & \bf 2.2 & \bf Ratified \\
\bf Q & \bf 2.2 & \bf Ratified \\
\bf C & \bf 2.0 & \bf Ratified \\
- \em Ztso & \em 0.1 & \em Frozen \\
\em Counters & \em 2.0 & \em Draft \\
\em L & \em 0.0 & \em Draft \\
\em B & \em 0.0 & \em Draft \\
@@ -40,7 +37,10 @@ The document contains the following versions of the RISC-V ISA modules:
\em T & \em 0.0 & \em Draft \\
\em P & \em 0.2 & \em Draft \\
\em V & \em 0.7 & \em Draft \\
+ \bf Zicsr & \bf 2.0 & \bf Ratified \\
+ \bf Zifencei & \bf 2.0 & \bf Ratified \\
\em Zam & \em 0.1 & \em Draft \\
+ \em Ztso & \em 0.1 & \em Frozen \\
\hline
\end{tabular}
\end{table}