mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
32 lines
464 B
TeX
32 lines
464 B
TeX
\documentclass{manual}
|
|
\usepackage{palatino}
|
|
\renewcommand{\ttdefault}{cmtt}
|
|
\renewcommand{\sfdefault}{cmss}
|
|
\newcommand{\myhdl}{{MyHDL}}
|
|
|
|
\title{The \myhdl\ manual}
|
|
|
|
\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
|
|
|
|
\input{background.tex}
|
|
\input{informal.tex}
|
|
\input{reference.tex}
|
|
|
|
\end{document}
|