aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-12-13 16:50:44 -0800
committerAndrew Waterman <andrew@sifive.com>2019-12-13 16:54:41 -0800
commit66bed2470f68520fadc4bf86c6c000d817fe73f2 (patch)
tree1b1b4853132adf41af5671cf495458fbc3d42062
parente66fce81c290d6cdf1dc66890b417898277eebf8 (diff)
downloadriscv-isa-manual-66bed2470f68520fadc4bf86c6c000d817fe73f2.zip
riscv-isa-manual-66bed2470f68520fadc4bf86c6c000d817fe73f2.tar.gz
riscv-isa-manual-66bed2470f68520fadc4bf86c6c000d817fe73f2.tar.bz2
A extension v2.1 has been ratifiedRatified-IMAFDQC
-rw-r--r--src/a.tex2
-rw-r--r--src/preface.tex4
-rw-r--r--src/riscv-spec.tex4
3 files changed, 6 insertions, 4 deletions
diff --git a/src/a.tex b/src/a.tex
index 77031be..582fbe2 100644
--- a/src/a.tex
+++ b/src/a.tex
@@ -1,4 +1,4 @@
-\chapter{``A'' Standard Extension for Atomic Instructions, Version 2.0}
+\chapter{``A'' Standard Extension for Atomic Instructions, Version 2.1}
\label{atomics}
The standard atomic-instruction extension, named ``A'',
diff --git a/src/preface.tex b/src/preface.tex
index 055fede..bc229a2 100644
--- a/src/preface.tex
+++ b/src/preface.tex
@@ -25,7 +25,7 @@ The document contains the following versions of the RISC-V ISA modules:
Extension & Version & Status \\
\hline
\bf M & \bf 2.0 & \bf Ratified \\
- \em A & \em 2.0 & Frozen \\
+ \bf A & \bf 2.1 & \bf Ratified \\
\bf F & \bf 2.2 & \bf Ratified \\
\bf D & \bf 2.2 & \bf Ratified \\
\bf Q & \bf 2.2 & \bf Ratified \\
@@ -51,6 +51,8 @@ The changes in this version of the document include:
\begin{itemize}
\parskip 0pt
\itemsep 1pt
+\item The A extension, now version 2.1, was ratified by the board in
+ December 2019.
\item Defined big-endian ISA variant.
\item Moved N extension for user-mode interrupts into Volume II.
\end{itemize}
diff --git a/src/riscv-spec.tex b/src/riscv-spec.tex
index 298a0d2..219ac83 100644
--- a/src/riscv-spec.tex
+++ b/src/riscv-spec.tex
@@ -10,8 +10,8 @@
\input{preamble}
-\newcommand{\specrev}{\mbox{20190621-{\em draft}}}
-\newcommand{\specmonthyear}{\mbox{June 2019}}
+\newcommand{\specrev}{\mbox{20191213}}
+\newcommand{\specmonthyear}{\mbox{December 2019}}
\begin{document}