mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
23 lines
427 B
TeX
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}
|
|
|
|
|