diff options
author | Krste Asanovic <krste@eecs.berkeley.edu> | 2019-06-08 14:35:19 -0700 |
---|---|---|
committer | Krste Asanovic <krste@eecs.berkeley.edu> | 2019-06-08 14:35:19 -0700 |
commit | f467e5dfd4acb4391870b8bfcfd687a0e5d8eddc (patch) | |
tree | d689fb5c69d91af50beebf44286b4f56a8eab586 | |
parent | bdfef8c609a3c4b76f4eb85771ab370f9cc370af (diff) | |
download | riscv-isa-manual-f467e5dfd4acb4391870b8bfcfd687a0e5d8eddc.zip riscv-isa-manual-f467e5dfd4acb4391870b8bfcfd687a0e5d8eddc.tar.gz riscv-isa-manual-f467e5dfd4acb4391870b8bfcfd687a0e5d8eddc.tar.bz2 |
Added text to indicate this is the ratified 1.11 version of the spec.Ratified-IMFDQC-and-Priv-v1.11
-rw-r--r-- | src/priv-preface.tex | 9 | ||||
-rw-r--r-- | src/riscv-privileged.tex | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/src/priv-preface.tex b/src/priv-preface.tex index a7ce7cd..80d61b2 100644 --- a/src/priv-preface.tex +++ b/src/priv-preface.tex @@ -1,8 +1,8 @@ \chapter{Preface} This document describes the RISC-V privileged architecture. This -release, version \privrev, will be used in ratifying the machine and -supervisor ISA modules. +release, version \privrev, represents the ratified 1.11 version of the +machine and supervisor ISA modules. The document contains the following versions of the RISC-V ISA modules: @@ -14,8 +14,8 @@ modules: \hline Module & Version & Status\\ \hline - \bf Machine ISA & \bf 1.11 & \bf Ratification \\ - \bf Supervisor ISA & \bf 1.11 & \bf Ratification \\ + \bf Machine ISA & \bf 1.11 & \bf Ratified \\ + \bf Supervisor ISA & \bf 1.11 & \bf Ratified \\ \em Hypervisor ISA & \em 0.3 & \em Draft \\ \hline \end{tabular} @@ -27,6 +27,7 @@ The changes in this version of the document include: \begin{itemize} \parskip 0pt \itemsep 1pt + \item Moved Machine and Supervisor spec to {\bf Ratified} status. \item Improvements to the description and commentary. \item Added a draft proposal for a hypervisor extension. \item Specified which interrupt sources are reserved for standard use. diff --git a/src/riscv-privileged.tex b/src/riscv-privileged.tex index 07673c8..3bba08a 100644 --- a/src/riscv-privileged.tex +++ b/src/riscv-privileged.tex @@ -10,8 +10,8 @@ \input{preamble} -\newcommand{\privrev}{\mbox{20190405-Priv-MSU-Ratification}} -\newcommand{\privmonthyear}{\mbox{April 2019}} +\newcommand{\privrev}{\mbox{20190608-Priv-MSU-Ratified}} +\newcommand{\privmonthyear}{\mbox{June 2019}} \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} |