mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
refactor
This commit is contained in:
parent
028c95dfda
commit
4b197d5b76
@ -25,6 +25,28 @@ A \class{Simulation} object has the following method:
|
|||||||
Run the simulation forever (by default) or for a specified duration.
|
Run the simulation forever (by default) or for a specified duration.
|
||||||
\end{methoddesc}
|
\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}}
|
\section{The \class{Signal} class \label{ref-sig}}
|
||||||
\declaremodule{}{myhdl}
|
\declaremodule{}{myhdl}
|
||||||
|
|
||||||
@ -138,16 +160,6 @@ immediately.
|
|||||||
\section{Miscellaneous objects \label{ref-misc}}
|
\section{Miscellaneous objects \label{ref-misc}}
|
||||||
\declaremodule{}{myhdl}
|
\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}}
|
\begin{funcdesc}{downrange}{high \optional{, low=0}}
|
||||||
Generate a downward range list of integers.
|
Generate a downward range list of integers.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Email: \email{jan@jandecaluwe.com}
|
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
|
\release{0.3} % software release, not documentation
|
||||||
\setreleaseinfo{} % empty for final release
|
\setreleaseinfo{} % empty for final release
|
||||||
\setshortversion{0.3} % major.minor only for software
|
\setshortversion{0.3} % major.minor only for software
|
||||||
|
Loading…
x
Reference in New Issue
Block a user