Crude table of contents
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
\section{Appendix}
|
||||
\label{sec:appendix}
|
||||
|
||||
\subsection{Lorem}
|
||||
\lipsum[1-10]
|
||||
|
||||
2
src/chapters/conclusion.tex
Normal file
2
src/chapters/conclusion.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\section{Conclusion and Future Work}
|
||||
\label{sec:conclusion}
|
||||
2
src/chapters/dram.tex
Normal file
2
src/chapters/dram.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\section{DRAM Architecture}
|
||||
\label{sec:dram}
|
||||
6
src/chapters/implementation.tex
Normal file
6
src/chapters/implementation.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\section{Implementation}
|
||||
\label{sec:implementation}
|
||||
|
||||
\input{chapters/implementation/vm}
|
||||
\input{chapters/implementation/library}
|
||||
\input{chapters/implementation/kernel}
|
||||
2
src/chapters/implementation/kernel.tex
Normal file
2
src/chapters/implementation/kernel.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\subsection{PIM Kernel}
|
||||
\label{sec:kernel}
|
||||
2
src/chapters/implementation/library.tex
Normal file
2
src/chapters/implementation/library.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\subsection{PIM Software Library}
|
||||
\label{sec:library}
|
||||
2
src/chapters/implementation/vm.tex
Normal file
2
src/chapters/implementation/vm.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\subsection{PIM Virtual Machine}
|
||||
\label{sec:vm}
|
||||
@@ -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
2
src/chapters/pim.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\section{Processing in Memory}
|
||||
\label{sec:pim}
|
||||
2
src/chapters/results.tex
Normal file
2
src/chapters/results.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\section{Simulation Results}
|
||||
\label{sec:results}
|
||||
5
src/chapters/vp.tex
Normal file
5
src/chapters/vp.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\section{Virtual Prototypes and System-Level Modeling}
|
||||
\label{sec:vp}
|
||||
|
||||
DRAMSys
|
||||
also gem5
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user