diff options
author | Krste Asanovic <krste@eecs.berkeley.edu> | 2019-06-08 14:32:13 -0700 |
---|---|---|
committer | Krste Asanovic <krste@eecs.berkeley.edu> | 2019-06-08 14:32:13 -0700 |
commit | bdfef8c609a3c4b76f4eb85771ab370f9cc370af (patch) | |
tree | 10290743496355a44ac1672c27aa227f481dd497 /src | |
parent | 40d40641786fdee3f068012137c63d782fdf58bd (diff) | |
download | riscv-isa-manual-bdfef8c609a3c4b76f4eb85771ab370f9cc370af.zip riscv-isa-manual-bdfef8c609a3c4b76f4eb85771ab370f9cc370af.tar.gz riscv-isa-manual-bdfef8c609a3c4b76f4eb85771ab370f9cc370af.tar.bz2 |
Updated preface to indicate this is now ratified spec.
Diffstat (limited to 'src')
-rw-r--r-- | src/preface.tex | 36 | ||||
-rw-r--r-- | src/riscv-spec.tex | 2 |
2 files changed, 19 insertions, 19 deletions
diff --git a/src/preface.tex b/src/preface.tex index f254b00..d908c55 100644 --- a/src/preface.tex +++ b/src/preface.tex @@ -1,14 +1,12 @@ \chapter{Preface} -This document describes the RISC-V unprivileged architecture. This -release \specrev\ will be used in ratifying the base and standard -extensions described below. +This document describes the RISC-V unprivileged architecture. -The RISC-V RVWMO memory model has been ratified at this time. The ISA -modules marked {\bf Ratification} are scheduled for ratification with -this release of the specification. The modules marked {\em Frozen} -are not expected to change before being put up for ratification. The -modules marked {\em Draft} are expected to change before ratification. +The RVWMO memory model has been ratified at this time. The ISA +modules marked Ratified, have been ratified at this time. The modules +marked {\em Frozen} are not expected to change significantly before +being put up for ratification. The modules marked {\em Draft} are +expected to change before ratification. The document contains the following versions of the RISC-V ISA modules: @@ -20,22 +18,22 @@ modules: \hline Base & Version & Status\\ \hline - RVWMO & 2.0 & Ratified \\ - \bf RV32I & \bf 2.1 & \bf Ratification \\ - \bf RV64I & \bf 2.1 & \bf Ratification \\ + RVWMO & 2.0 & \bf Ratified \\ + \bf RV32I & \bf 2.1 & \bf Ratified \\ + \bf RV64I & \bf 2.1 & \bf Ratified \\ \em RV32E & \em 1.9 & \em Draft \\ \em RV128I & \em 1.7 & \em Draft \\ \hline Extension & Version & Status \\ \hline - \bf Zifencei & \bf 2.0 & \bf Ratification \\ - \bf Zicsr & \bf 2.0 & \bf Ratification \\ - \bf M & \bf 2.0 & \bf Ratification \\ + \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 Ratification \\ - \bf D & \bf 2.2 & \bf Ratification \\ - \bf Q & \bf 2.2 & \bf Ratification \\ - \bf C & \bf 2.0 & \bf Ratification \\ + \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 \\ @@ -56,6 +54,8 @@ The changes in this version of the document include: \begin{itemize} \parskip 0pt \itemsep 1pt +\item Moved description to {\bf Ratified} for the ISA modules ratified + by the board in early 2019. \item Removed the A extension from ratification. \item Changed document version scheme to avoid confusion with versions of the ISA modules. diff --git a/src/riscv-spec.tex b/src/riscv-spec.tex index e5c1399..a690904 100644 --- a/src/riscv-spec.tex +++ b/src/riscv-spec.tex @@ -10,7 +10,7 @@ \input{preamble} -\newcommand{\specrev}{\mbox{20190305-Base-Ratification}} +\newcommand{\specrev}{\mbox{20190608-Base-Ratified}} \newcommand{\specmonthyear}{\mbox{March 2019}} \begin{document} |