SystemC and DRAMSys additions.

This commit is contained in:
2022-07-04 21:01:09 +02:00
parent 8be5d711f9
commit 4b72e2d3d3
8 changed files with 165 additions and 70 deletions

View File

@@ -155,7 +155,7 @@ Such a cache is called \textit{virtually indexed} and \textit{physically tagged}
\begin{figure}[!ht]
\begin{center}
\tikzfig{img/virtual_address_conversion}
\caption{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}
@@ -198,7 +198,7 @@ An architecture of an MSHR file is illustrated in figure \ref{fig:mshr_file}.
\begin{figure}[!ht]
\begin{center}
\tikzfig{img/mshr_file}
\caption{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}