From 2de92f9c51006c0953d5d6289b6589df05164417 Mon Sep 17 00:00:00 2001 From: Ben Marshall Date: Wed, 19 Feb 2020 13:48:33 +0000 Subject: [PATCH] Spec: Appendix updates - better page flow --- doc/tex/appendix.tex | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/doc/tex/appendix.tex b/doc/tex/appendix.tex index 2b1afed3..f35d4e79 100644 --- a/doc/tex/appendix.tex +++ b/doc/tex/appendix.tex @@ -320,13 +320,14 @@ \section{Indexed Load and Store Discussion} % ============================================================================ +\newpage \section{Equivalent C-Code Listings} \label{sec:ccode} \subsection{LUT4} \label{sec:ccode:lut4} -\begin{figure} +\begin{figure}[h] \begin{lstlisting}[style=C] uint32_t lut4_lo (uint32_t rs1, uint32_t rs2) { uint32_t result = 0; @@ -364,23 +365,12 @@ \subsection{LUT4} % ============================================================================ +\newpage \section{Tentative Encoding Proposals} % NOTE: These are generated by the `bin/parse_opcodes.py` script, % which is called by $REPO_HOME/doc/Makefile -\note{ - All of these encodings are {\em temporary}. - They have been assigned to enable experimenting with instructions. - They will change before the standard is submitted for ratification. -} - -\todo{ - Fix how parse opcodes script prints the {\tt rdp} field. - Currently makes it just look like zeros. Should be four bit - field aligned to top of normal {\tt rd} field. -} - \import{../build/}{opcodes-crypto.tex}