mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
23 lines
423 B
TeX
23 lines
423 B
TeX
\documentclass{howto}
|
|
% \usepackage{distutils}
|
|
\usepackage{palatino}
|
|
\renewcommand{\ttdefault}{cmtt}
|
|
\renewcommand{\sfdefault}{cmss}
|
|
\newcommand{\myhdl}{\protect \mbox{MyHDL}}
|
|
\usepackage{graphicx}
|
|
% $Id$
|
|
|
|
\title{New in \myhdl\ 0.4: Conversion to Verilog}
|
|
\release{0.4}
|
|
\author{Jan Decaluwe}
|
|
\authoraddress{\email{jan@jandecaluwe.com}}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
|
|
\input{conversion.tex}
|
|
|
|
\end{document}
|