FastRun Module
Nested modules
| Modules | Description |
Functions and values
| Function or value | Description |
Full Usage:
runCombinationalLogic stepNum fastSim
Parameters:
int
fastSim : FastSimulation
|
|
|
|
Full Usage:
runFastSimulation timeOut lastStepNeeded fs
Parameters:
float option
lastStepNeeded : int
fs : FastSimulation
Returns: RunOutcome
|
runFastSimulationCore with its invocation recorded: one SimLog entry per call that advances the clock. The renderer's progress loop is repeated timed calls to this, so each progress update is one record; calls that find nothing to do (the wave viewer re-asking for a tick it already has, on every render) are not recorded, or they would flood the ring.
|