From cdea1bda91b1e41d39814133bf5840c7d995061c Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Sun, 21 Jan 2024 18:07:26 +0100 Subject: [PATCH] Crude table of contents --- src/appendix.tex | 3 --- src/chapters/conclusion.tex | 2 ++ src/chapters/dram.tex | 2 ++ src/chapters/implementation.tex | 6 ++++++ src/chapters/implementation/kernel.tex | 2 ++ src/chapters/implementation/library.tex | 2 ++ src/chapters/implementation/vm.tex | 2 ++ src/chapters/introduction.tex | 7 +------ src/chapters/pim.tex | 2 ++ src/chapters/results.tex | 2 ++ src/chapters/vp.tex | 5 +++++ src/index.tex | 6 ++++++ 12 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 src/chapters/conclusion.tex create mode 100644 src/chapters/dram.tex create mode 100644 src/chapters/implementation.tex create mode 100644 src/chapters/implementation/kernel.tex create mode 100644 src/chapters/implementation/library.tex create mode 100644 src/chapters/implementation/vm.tex create mode 100644 src/chapters/pim.tex create mode 100644 src/chapters/results.tex create mode 100644 src/chapters/vp.tex diff --git a/src/appendix.tex b/src/appendix.tex index aea01cc..99777a3 100644 --- a/src/appendix.tex +++ b/src/appendix.tex @@ -1,5 +1,2 @@ \section{Appendix} \label{sec:appendix} - -\subsection{Lorem} -\lipsum[1-10] diff --git a/src/chapters/conclusion.tex b/src/chapters/conclusion.tex new file mode 100644 index 0000000..5a8db11 --- /dev/null +++ b/src/chapters/conclusion.tex @@ -0,0 +1,2 @@ +\section{Conclusion and Future Work} +\label{sec:conclusion} diff --git a/src/chapters/dram.tex b/src/chapters/dram.tex new file mode 100644 index 0000000..f232713 --- /dev/null +++ b/src/chapters/dram.tex @@ -0,0 +1,2 @@ +\section{DRAM Architecture} +\label{sec:dram} \ No newline at end of file diff --git a/src/chapters/implementation.tex b/src/chapters/implementation.tex new file mode 100644 index 0000000..bdd800a --- /dev/null +++ b/src/chapters/implementation.tex @@ -0,0 +1,6 @@ +\section{Implementation} +\label{sec:implementation} + +\input{chapters/implementation/vm} +\input{chapters/implementation/library} +\input{chapters/implementation/kernel} diff --git a/src/chapters/implementation/kernel.tex b/src/chapters/implementation/kernel.tex new file mode 100644 index 0000000..a5648cb --- /dev/null +++ b/src/chapters/implementation/kernel.tex @@ -0,0 +1,2 @@ +\subsection{PIM Kernel} +\label{sec:kernel} diff --git a/src/chapters/implementation/library.tex b/src/chapters/implementation/library.tex new file mode 100644 index 0000000..1e56aea --- /dev/null +++ b/src/chapters/implementation/library.tex @@ -0,0 +1,2 @@ +\subsection{PIM Software Library} +\label{sec:library} diff --git a/src/chapters/implementation/vm.tex b/src/chapters/implementation/vm.tex new file mode 100644 index 0000000..f9830c2 --- /dev/null +++ b/src/chapters/implementation/vm.tex @@ -0,0 +1,2 @@ +\subsection{PIM Virtual Machine} +\label{sec:vm} diff --git a/src/chapters/introduction.tex b/src/chapters/introduction.tex index f6e048f..a7da11d 100644 --- a/src/chapters/introduction.tex +++ b/src/chapters/introduction.tex @@ -1,7 +1,2 @@ \section{Introduction} -\label{sec:Introduction} - -\ac{tlm} -\cite{weiser91} -\subsection{Lorem} -\lipsum[1-10] +\label{sec:introduction} diff --git a/src/chapters/pim.tex b/src/chapters/pim.tex new file mode 100644 index 0000000..d4425c9 --- /dev/null +++ b/src/chapters/pim.tex @@ -0,0 +1,2 @@ +\section{Processing in Memory} +\label{sec:pim} diff --git a/src/chapters/results.tex b/src/chapters/results.tex new file mode 100644 index 0000000..3ba9519 --- /dev/null +++ b/src/chapters/results.tex @@ -0,0 +1,2 @@ +\section{Simulation Results} +\label{sec:results} diff --git a/src/chapters/vp.tex b/src/chapters/vp.tex new file mode 100644 index 0000000..8312d7c --- /dev/null +++ b/src/chapters/vp.tex @@ -0,0 +1,5 @@ +\section{Virtual Prototypes and System-Level Modeling} +\label{sec:vp} + +DRAMSys +also gem5 diff --git a/src/index.tex b/src/index.tex index 60fec89..55a568a 100644 --- a/src/index.tex +++ b/src/index.tex @@ -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