Tyrolyean
d620d39bdf
This commit concludes the development phase of this thesis as the deadline set in 10 hours from now comes closer and closer and I want to sleep at one point as well. Probably not gonna be awake until then. Either this is going out well one way or the other we will see... FUCK COMMIT MESSAGES! Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
201 lines
6.2 KiB
TeX
201 lines
6.2 KiB
TeX
\input{preamble.tex}
|
|
|
|
\begin{document}
|
|
% Correct numeral usage in footnotes, figures and listings
|
|
|
|
%/*Header-Einstellung*/
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
\renewcommand{\sectionmark}[1]{\markright{#1}}
|
|
\renewcommand{\subsectionmark}[1]{\markright{#1}}
|
|
\renewcommand{\subsubsectionmark}[1]{\markright{#1}}
|
|
\chead{}
|
|
\rhead{}
|
|
\setlength{\headwidth} {1.0\textwidth}
|
|
\setlength{\headheight}{12mm}
|
|
\renewcommand{\headrulewidth}{0.0pt}
|
|
\renewcommand{\footrulewidth}{0.0pt}
|
|
|
|
\addtocounter{page}{1}
|
|
|
|
%====================================================================================
|
|
\begin{titlepage}
|
|
\begin{center}
|
|
\begin{minipage}{\linewidth}
|
|
\begin{center}
|
|
|
|
\vspace*{-21mm}
|
|
\HtlHeader{}
|
|
\vspace*{-14mm}
|
|
\noindent%
|
|
\\[35mm]{\fontsize{25pt}{25pt}\selectfont\bf DIPLOMARBEIT}
|
|
\\[19mm]{\fontsize{20pt}{20pt}\selectfont\textbf{\textsc{FPGA-basiertes RISC-V-Computersystem: YARM }}}
|
|
\\[15mm]{\fontsize{12.4pt}{12.4pt}\selectfont\bf
|
|
Höhere Technische Bundeslehr- und Versuchsanstalt Anichstra"se}
|
|
\\[ 5mm]\rule{132mm}{1.0pt}
|
|
\\[ 4mm]{\fontsize{12.4pt}{12.4pt}\selectfont\bf Abteilung}
|
|
\\[ 5mm]{\fontsize{16pt}{16pt}\selectfont
|
|
\textbf{\textsc{Elektronik und technische Informatik}}}
|
|
\\[24mm]{\hspace*{2mm}\parbox{154mm}{\fontsize{12.4pt}{12.4pt}\selectfont
|
|
\parbox[t]{75mm}{
|
|
Ausgef"uhrt im Schuljahr 2019/20 von:
|
|
\\[5.0mm]Armin Brauns 5AHEL
|
|
\\[2.5mm]Daniel Plank 5BHEL
|
|
}
|
|
\hspace*{6mm}
|
|
\parbox[t]{60mm}{
|
|
Betreuer/Betreuerin:
|
|
\\[5.0mm]Dipl.-Ing. Christoph Schönherr
|
|
}
|
|
\\[12mm]{Projektpartner: IT-Syndikat, Verein zur Förderung des freien
|
|
Zugangs zu technischer Fort- und Weiterbildung jeglicher Art, Hackerspace Innsbruck}
|
|
\\[12mm]{Ansprechpartner: Ing. David Oberhollenzer B.Sc.}
|
|
\\[14mm]{Innsbruck, am \today}
|
|
\\[16mm]\rule{150mm}{0.5pt}
|
|
\\[ 8mm]
|
|
\parbox[t]{75mm}{
|
|
Abgabevermerk:
|
|
\\[3.25mm]Datum:
|
|
}
|
|
\hspace*{6mm}
|
|
\parbox[t]{50mm}{
|
|
Betreuer/in:
|
|
}
|
|
}}
|
|
\end{center}\hfill
|
|
\end{minipage}
|
|
\end{center}
|
|
\end{titlepage}
|
|
|
|
\pagestyle{empty}
|
|
|
|
\mylinespacing
|
|
%====================================================================================
|
|
\clearpage\vfill\newpage{}
|
|
\pagenumbering{roman}
|
|
\allAuth
|
|
\cfoot{\rightmark}
|
|
\rfoot[\thepage]{\thepage}
|
|
\renewcommand{\footrulewidth}{0.33pt}
|
|
%====================================================================================
|
|
\subsection*{Gendererklärung\markboth{}{Gendererklärung}}
|
|
\addcontentsline{toc}{section}{Gendererklärung}
|
|
Aus Gr"unden der besseren Lesbarkeit wird in dieser Diplomarbeit die Sprachform
|
|
des generischen Maskulinums angewendet. Es wird an dieser Stelle darauf
|
|
hingewiesen, dass die ausschlie"sliche Verwendung der m"annlichen Form
|
|
geschlechtsunabh"angig verstanden werden soll.
|
|
|
|
%====================================================================================
|
|
\clearpage\vfill\newpage{}
|
|
\selectlanguage{english}
|
|
%====================================================================================
|
|
\subsection*{Kurzfassung/Abstract\markboth{}{Kurzfassung/Abstract}}
|
|
\addcontentsline{toc}{section}{Kurzfassung/Abstract}
|
|
\input{sections/abstract.tex}
|
|
\newpage
|
|
\subsection*{Result\markboth{}{Result}}
|
|
\addcontentsline{toc}{section}{Result}
|
|
\input{sections/result.tex}
|
|
\newpage
|
|
%====================================================================================
|
|
\pagestyle{plain}
|
|
\selectlanguage{english}
|
|
\tableofcontents
|
|
\newpage
|
|
\pagestyle{fancy}
|
|
\cfoot{\rightmark}
|
|
%====================================================================================
|
|
\lhead{}
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
\setcounter{section}{0}
|
|
\pagenumbering{arabic}
|
|
|
|
\section{Introduction}
|
|
\input{sections/intro.tex}
|
|
|
|
\section{Task description}
|
|
\DP\input{planung/DP/aufgabenstellung.tex}
|
|
|
|
\section{Organization}
|
|
\DP\input{sections/DP/plan.tex}
|
|
|
|
\clearpage
|
|
\pagestyle{fancy}
|
|
\section{Hardware peripherals}
|
|
\DP\input{sections/DP/PARALLELBUS/main.tex}
|
|
\DP\input{sections/DP/MEAS_TEST/main.tex}
|
|
\DP\input{sections/DP/CASE_BACKPLANE/main.tex}
|
|
\DP\input{sections/DP/UART/main.tex}
|
|
\DP\input{sections/DP/dac/main.tex}
|
|
\DP\input{sections/DP/fpga_interface/main.tex}
|
|
\DP\input{sections/DP/textadv/main.tex}
|
|
\clearpage
|
|
|
|
\AB\subfile{sections/fpga-development.tex}
|
|
\AB\subfile{sections/core/core.tex}
|
|
\AB\subfile{sections/soc/soc.tex}
|
|
|
|
%====================================================================================
|
|
\allAuth
|
|
\clearpage\vfill\newpage{}
|
|
%====================================================================================
|
|
\begin{otherlanguage}{ngerman}
|
|
\section{Erkl"arung der Eigenst"andigkeit der Arbeit}
|
|
\noindent\\[0mm] EIDESSTATTLICHE ERKLÄRUNG
|
|
\\[4mm]
|
|
\parbox{152mm}{
|
|
Ich erkläre an Eides statt, dass ich die vorliegende Arbeit selbständig und ohne
|
|
fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht
|
|
benutzt und die den benutzten Quellen wörtlich und inhaltlich entnommenen
|
|
Stellen als solche erkenntlich gemacht habe. Meine Arbeit darf öffentlich
|
|
zugänglich gemacht werden, wenn kein Sperrvermerk vorliegt.
|
|
}
|
|
\\[19mm]\parbox{80mm}{
|
|
\rule{60mm}{.5pt}\\
|
|
\hspace*{3mm}Ort, Datum
|
|
}
|
|
\parbox{80mm}{
|
|
\rule{70mm}{.5pt}\\
|
|
\hspace*{3mm} Armin Brauns
|
|
}
|
|
\\[19mm]\parbox{80mm}{
|
|
\rule{60mm}{.5pt}\\
|
|
\hspace*{3mm}Ort, Datum
|
|
}
|
|
\parbox{80mm}{
|
|
\rule{70mm}{.5pt}\\
|
|
\hspace*{3mm} Daniel Plank
|
|
}
|
|
\end{otherlanguage}
|
|
%====================================================================================
|
|
\clearpage\vfill\newpage{}
|
|
%====================================================================================
|
|
\listoffigures\thispagestyle{fancy}
|
|
\listoftables\thispagestyle{fancy}
|
|
\lstlistoflistings\thispagestyle{fancy}
|
|
\printbibliography
|
|
|
|
%====================================================================================
|
|
\clearpage\vfill\newpage{}
|
|
%====================================================================================
|
|
%
|
|
%
|
|
|
|
\begin{appendices}
|
|
\cfoot{Appendices}
|
|
\section{Projektmanagement}
|
|
\subsection{Schlussfolgerung / Projekterfahrung}
|
|
\input{sections/Anhang/schlussfolgerung.tex}
|
|
\subsection{Projektterminplanung}
|
|
\allAuth\input{sections/Anhang/Projektterminplanung/projektterminplanung.tex}
|
|
|
|
\allAuth\input{sections/Anhang/flash.tex}
|
|
\DP\input{sections/Anhang/qualitaetssicherung.tex}
|
|
|
|
\AB\subfile{sections/vhdl_intro/vhdl_intro.tex}
|
|
\end{appendices}
|
|
|
|
\clearpage
|
|
\label{LastPage}
|
|
%\addtocontents{toc}{\protect\end{multicols}}
|
|
\end{document}
|