2003-02-01 00:11:52 +00:00
|
|
|
\documentclass{manual}
|
|
|
|
\usepackage{palatino}
|
|
|
|
\renewcommand{\ttdefault}{cmtt}
|
|
|
|
\renewcommand{\sfdefault}{cmss}
|
|
|
|
\newcommand{\myhdl}{{MyHDL}}
|
|
|
|
|
2003-02-01 18:59:19 +00:00
|
|
|
\title{The \myhdl\ manual}
|
2003-02-01 00:11:52 +00:00
|
|
|
|
|
|
|
\input{boilerplate}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\input{copyright}
|
|
|
|
|
|
|
|
\begin{abstract}
|
|
|
|
|
|
|
|
\noindent
|
|
|
|
\myhdl\ is a Python package for using Python as a hardware description
|
|
|
|
language.
|
|
|
|
|
|
|
|
\end{abstract}
|
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
2003-02-01 18:59:19 +00:00
|
|
|
\input{background.tex}
|
2003-02-01 00:11:52 +00:00
|
|
|
\input{informal.tex}
|
2003-02-01 18:59:19 +00:00
|
|
|
\input{reference.tex}
|
2003-02-01 00:11:52 +00:00
|
|
|
|
|
|
|
\end{document}
|