Add block diagram to titlepage

This commit is contained in:
Andreas Traber 2015-12-22 16:30:37 +01:00
parent cfc1a17419
commit 981cd4789b
3 changed files with 30 additions and 2 deletions

View file

@ -175,7 +175,6 @@ given as an immediate.
\begin{table}[H]
\caption{Control and Status Register Map}
\label{tab:csr_map}
\centering\begin{tabularx}{\linewidth}{@{}|cc|c|l|l|X|@{}} \toprule
\multicolumn{2}{|c|}{\textbf{CSR Address}} & \textbf{Hex} & \textbf{Name} & \textbf{Access} & \textbf{Description} \\ \hline
\textbf{[11:6]} & \textbf{[5:0]} & & & & \\ \toprule

View file

@ -0,0 +1,28 @@
\makeatletter
\begin{titlepage}
% Remove the page number in the footer.
\thispagestyle{empty}
\begin{center}
\begin{spacing}{2.0}
{\Huge\textbf{\@title}}
\end{spacing}
\vspace{0.2cm}
\vfill
\includegraphics[height = 8cm]{figures/ri5cy_overview}
\vfill
{\Large \@author}\\
{atraber@iis.ee.ethz.ch}
\vfill
\@date
\end{center}
\end{titlepage}
\makeatother

View file

@ -18,6 +18,7 @@
%%%%% Mandatory title page settings.
\title{RI5CY Core: Datasheet}
\author{Andreas Traber}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% %
@ -26,7 +27,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\input{./content/title.tex}
\tableofcontents