Writeup §3.3 intro
This commit is contained in:
parent
10dbc5c26e
commit
8ba4c5874f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
\section{Manually modelling the A72 frontend}
|
\section{Manually modelling the A72 frontend}
|
||||||
|
|
||||||
\todo{}
|
Our objective is now to manually construct a frontend model of the Cortex A72.
|
||||||
|
We strive, however, to remain as close to an algorithmic methodology that is
|
||||||
|
possible: while our model's structure is manually crafted, its data should come
|
||||||
|
from experiments that can be later automated.
|
||||||
|
|
||||||
\subsection{Finding micro-operation count for each
|
\subsection{Finding micro-operation count for each
|
||||||
instruction}\label{ssec:a72_insn_muop_count}
|
instruction}\label{ssec:a72_insn_muop_count}
|
||||||
|
@ -343,8 +346,6 @@ cycles.
|
||||||
|
|
||||||
\subsubsection{Dispatch-queues model}\label{sssec:a72_dispatch_queues}
|
\subsubsection{Dispatch-queues model}\label{sssec:a72_dispatch_queues}
|
||||||
|
|
||||||
\todo{Somehow say that I missed the optimisation guide's relevant part.}
|
|
||||||
|
|
||||||
\begin{wrapfigure}{R}{0.2\linewidth}
|
\begin{wrapfigure}{R}{0.2\linewidth}
|
||||||
\centering
|
\centering
|
||||||
\vspace{-2em}
|
\vspace{-2em}
|
||||||
|
|
Loading…
Reference in a new issue