mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Add block diagram to titlepage
This commit is contained in:
parent
cfc1a17419
commit
981cd4789b
3 changed files with 30 additions and 2 deletions
|
@ -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
|
||||
|
|
28
docs/datasheet/content/title.tex
Normal file
28
docs/datasheet/content/title.tex
Normal 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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue