-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcolumns.tex
35 lines (35 loc) · 960 Bytes
/
columns.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
The following columns are used in the lookups
$\mxpMod \hookrightarrow \wcpMod$ and
$\mxpMod \hookrightarrow \eucMod$, see
section~(\ref{mxp: lookups: wcp}) and
section~(\ref{mxp: lookups: euc}) respectively.
\begin{enumerate}
\item
$\mxpComputationWcpFlag$:
binary column triggering the lookup to the \wcpMod{} module;
\item
$\mxpComputationEucFlag$:
binary column triggering the lookup to the \eucMod{} module;
\item
$\mxpComputationExoInst$:
instruction column for either lookup;
\end{enumerate}
The following columns are argument and result columns for these lookups
\begin{multicols}{3}
\begin{enumerate}[resume]
\item
$\mxpComputationArgOneHi$
\item
$\mxpComputationArgOneLo$
\item
$\mxpComputationArgTwoHi$
\item
$\mxpComputationArgTwoLo$
\item
$\mxpComputationResA$
\item
$\mxpComputationResB$
\end{enumerate}
\end{multicols}
\saNote{}
Only the lookup to the \eucMod{} module requires two result columns.