1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
myhdl/doc/reference.tex
2003-02-03 21:54:19 +00:00

23 lines
427 B
TeX

\chapter{The \myhdl\ package reference}
\begin{classdesc}{Simulation}{*args}
Simulation object.
\begin{methoddesc}[Simulation]{run}{\optional{duration}}
Run method.
\end{methoddesc}
\end{classdesc}
\begin{excdesc}{StopStimulation}
Exception that stops the simulation run. It is used internally but can
be used externally as well.
\end{excdesc}
\begin{funcdesc}{now}{}
Return the current simulation time.
\end{funcdesc}