Skip to content

Commit

Permalink
Spec: Appendix updates - better page flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-marshall committed Feb 19, 2020
1 parent 8cd5804 commit 2de92f9
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions doc/tex/appendix.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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}


0 comments on commit 2de92f9

Please sign in to comment.