Crude table of contents

This commit is contained in:
2024-01-21 18:07:26 +01:00
parent 0caaca872c
commit cdea1bda91
12 changed files with 32 additions and 9 deletions

View File

@@ -1,5 +1,2 @@
\section{Appendix}
\label{sec:appendix}
\subsection{Lorem}
\lipsum[1-10]

View File

@@ -0,0 +1,2 @@
\section{Conclusion and Future Work}
\label{sec:conclusion}

2
src/chapters/dram.tex Normal file
View File

@@ -0,0 +1,2 @@
\section{DRAM Architecture}
\label{sec:dram}

View File

@@ -0,0 +1,6 @@
\section{Implementation}
\label{sec:implementation}
\input{chapters/implementation/vm}
\input{chapters/implementation/library}
\input{chapters/implementation/kernel}

View File

@@ -0,0 +1,2 @@
\subsection{PIM Kernel}
\label{sec:kernel}

View File

@@ -0,0 +1,2 @@
\subsection{PIM Software Library}
\label{sec:library}

View File

@@ -0,0 +1,2 @@
\subsection{PIM Virtual Machine}
\label{sec:vm}

View File

@@ -1,7 +1,2 @@
\section{Introduction}
\label{sec:Introduction}
\ac{tlm}
\cite{weiser91}
\subsection{Lorem}
\lipsum[1-10]
\label{sec:introduction}

2
src/chapters/pim.tex Normal file
View File

@@ -0,0 +1,2 @@
\section{Processing in Memory}
\label{sec:pim}

2
src/chapters/results.tex Normal file
View File

@@ -0,0 +1,2 @@
\section{Simulation Results}
\label{sec:results}

5
src/chapters/vp.tex Normal file
View File

@@ -0,0 +1,5 @@
\section{Virtual Prototypes and System-Level Modeling}
\label{sec:vp}
DRAMSys
also gem5

View File

@@ -53,6 +53,12 @@
% Chapters
\include{chapters/introduction}
\include{chapters/dram}
\include{chapters/pim}
\include{chapters/vp}
\include{chapters/implementation}
\include{chapters/results}
\include{chapters/conclusion}
% Appendix
\appendix