URL
https://opencores.org/ocsvn/mod_sim_exp/mod_sim_exp/trunk
Subversion Repositories mod_sim_exp
[/] [mod_sim_exp/] [trunk/] [doc/] [src/] [mod_sim_exp.tex] - Rev 87
Go to most recent revision | Compare with Previous | Blame | View Log
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% LaTeX, Modular Simultaneous Exponentiation core documentation %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt,a4paper,twoside]{report}
\usepackage[a4paper,left=2.5cm, right=2cm, top=2cm, bottom=2cm]{geometry}
\usepackage{graphicx}
\usepackage[latin1]{inputenc}
\usepackage{listings} % for showing source code
\usepackage{verbatim}
\usepackage{hyperref}
\usepackage{url}
\usepackage[small,bf,hang]{caption}
\usepackage{pslatex}
\usepackage{bigstrut}
\usepackage{color, colortbl}
\usepackage[bottom]{footmisc} % to place footnotes at the bottom
\usepackage{algorithm} % for pseudocode
\usepackage{algorithmicx}
\usepackage[noend]{algpseudocode}
\usepackage[fleqn]{amsmath}
\usepackage{cprotect} % for verb in caption
\usepackage{sectsty} % adjust fonts from sections and captions
\allsectionsfont{\sffamily}
\chapterfont{\raggedright\sffamily}
\usepackage{float} % ex. \begin{figure}[H]
\newcommand{\tab}{\hspace*{2em}}
\newcommand{\version}{v1.4}
\newcommand{\dramco}{DraMCo research group -- KAHO Sint-Lieven\\Association KU Leuven}
\newcommand{\thetitle}{Modular Simultaneous Exponentiation\\IP Core Specification (\version)}
\usepackage{mod_sim_exp_style}
\definecolor{Gray}{gray}{0.9}
\bibliographystyle{ieeetr}
\title{\thetitle}
\author{Jonas De Craene}
\authorEmail{JonasDC@opencores.org}
\hwDesigner{Geoffrey Ottoy, DraMCo research group}
\hwCoDesigner{Jonas De Craene}
\company{DraMCo research group, \href{mailto:info@dramco.org}{info@dramco.org}}
\begin{document}
\preface
\raggedbottom
\input{introduction}
\input{architecture}
\input{operation}
\input{plb_interface}
\input{axi_interface}
\input{performance}
\bibliography{cited}
\input{license}
\end{document}
Go to most recent revision | Compare with Previous | Blame | View Log
