Simulation additions

This commit is contained in:
2022-07-16 14:47:30 +02:00
parent 2406771a6f
commit f542b2c034
10 changed files with 435 additions and 183 deletions

View File

@@ -162,7 +162,7 @@ Such a cache is called \textit{virtually indexed} and \textit{physically tagged}
\begin{figure}
\begin{center}
\tikzfig{img/virtual_address_conversion}
\caption[Virtually indexed, physically tagged cache\cite{Jacob2008}.]{Virtually indexed, physically tagged cache\cite{Jacob2008}. ASID refers to address-space identifier.}
\caption[Virtually indexed, physically tagged cache \cite{Jacob2008}.]{Virtually indexed, physically tagged cache \cite{Jacob2008}. ASID refers to address-space identifier.}
\label{fig:virtual_address_conversion}
\end{center}
\end{figure}
@@ -203,7 +203,7 @@ An architecture of an MSHR file is illustrated in Figure \ref{fig:mshr_file}.
\begin{figure}
\begin{center}
\tikzfig{img/mshr_file}
\caption[Miss Holding Status Register File\cite{Jahre2007}.]{Miss Holding Status Register File\cite{Jahre2007}. V refers to a valid bit.}
\caption[Miss Holding Status Register File \cite{Jahre2007}.]{Miss Holding Status Register File \cite{Jahre2007}. V refers to a valid bit.}
\label{fig:mshr_file}
\end{center}
\end{figure}