1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
This commit is contained in:
jand 2003-07-30 12:41:43 +00:00
parent 028c95dfda
commit 4b197d5b76
2 changed files with 23 additions and 11 deletions

View File

@ -25,6 +25,28 @@ A \class{Simulation} object has the following method:
Run the simulation forever (by default) or for a specified duration.
\end{methoddesc}
\section{Simulation support objects \label{ref-simsupport}}
\declaremodule{}{myhdl}
The following objects provide support for \myhdl\ Simulations.
\begin{funcdesc}{now}{}
Return the current simulation time.
\end{funcdesc}
\begin{excclassdesc}{StopSimulation}{}
Base exception that is caught by the \code{Simulation.run} method to
stop a simulation.
\end{excclassdesc}
\begin{funcdesc}{traceSignals}{genfunc \optional{, *args} \optional{, *kwargs}}
\end{funcdesc}
\section{The \class{Signal} class \label{ref-sig}}
\declaremodule{}{myhdl}
@ -138,16 +160,6 @@ immediately.
\section{Miscellaneous objects \label{ref-misc}}
\declaremodule{}{myhdl}
The following objects can be convenient in \myhdl\ modeling.
\begin{excclassdesc}{StopSimulation}{}
Base exception that is caught by the \code{Simulation.run} method to
stop a simulation. Can be subclassed and raised in generator code.
\end{excclassdesc}
\begin{funcdesc}{now}{}
Return the current simulation time.
\end{funcdesc}
\begin{funcdesc}{downrange}{high \optional{, low=0}}
Generate a downward range list of integers.

View File

@ -3,7 +3,7 @@
Email: \email{jan@jandecaluwe.com}
}
\date{Ausgust 11, 2003} % XXX update before release!
\date{August 11, 2003} % XXX update before release!
\release{0.3} % software release, not documentation
\setreleaseinfo{} % empty for final release
\setshortversion{0.3} % major.minor only for software