aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrste Asanovic <krste@eecs.berkeley.edu>2017-05-03 07:48:04 -0700
committerKrste Asanovic <krste@eecs.berkeley.edu>2017-05-03 07:48:04 -0700
commitccf18a8bfcd5baedbba7c097178dc12b2164f77b (patch)
tree902737e18778970e1355c3edd80788c91e097b16
parent59a592042c16699726b86ead4dfa16d63277e839 (diff)
downloadriscv-isa-manual-ccf18a8bfcd5baedbba7c097178dc12b2164f77b.zip
riscv-isa-manual-ccf18a8bfcd5baedbba7c097178dc12b2164f77b.tar.gz
riscv-isa-manual-ccf18a8bfcd5baedbba7c097178dc12b2164f77b.tar.bz2
Moved chapters into canonical extension listing order.
-rw-r--r--src/preface.tex2
-rw-r--r--src/riscv-spec.tex2
-rw-r--r--src/v.tex2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/preface.tex b/src/preface.tex
index d77007e..f3b0bb0 100644
--- a/src/preface.tex
+++ b/src/preface.tex
@@ -23,7 +23,7 @@ versions of the RISC-V ISA modules:
Q & 2.0 & Y \\
L & 0.0 & N \\
C & 1.9 & N \\
- V & 0.1 & N \\
+ V & 0.2 & N \\
B & 0.0 & N \\
J & 0.0 & N \\
T & 0.0 & N \\
diff --git a/src/riscv-spec.tex b/src/riscv-spec.tex
index c27c4f5..1478961 100644
--- a/src/riscv-spec.tex
+++ b/src/riscv-spec.tex
@@ -75,11 +75,11 @@
\input{q}
\input{l}
\input{c}
-\input{v}
\input{b}
\input{j}
\input{t}
\input{p}
+\input{v}
\input{gmaps}
\input{assembly}
\input{extensions}
diff --git a/src/v.tex b/src/v.tex
index 95a80ce..d48c04c 100644
--- a/src/v.tex
+++ b/src/v.tex
@@ -1,4 +1,4 @@
-\chapter{``V'' Standard Extension for Vector Operations, Version 0.1}
+\chapter{``V'' Standard Extension for Vector Operations, Version 0.2}
\label{sec:bits}
This chapter presents a proposal for the RISC-V vector instruction set