simRunNetAndSim
simRunNetAndSim( ) => t / nil
Description
Starts an analysis job in either foreground or background mode.
The simulation environment must be initialized before simRunNetAndSim is called. That is, the simInitEnv or simInitEnvWithArgs function must have been called. When invoked, simRunNetAndSim displays a form, prompting for the following:
- Simulation run directory (read only field)
- Library name
- Cell name
- View name
- Simulator name
- Whether to run the netlister
- Whether to run the simulator
- Whether to run in background/foreground
- Priority of a background simulation (read only if foreground)
The simRunNetAndSim function applies the form settings and invokes the simulation.
Arguments
Value Returned
|
The form prompting for run options was successfully displayed. |
|
Examples
simRunNetAndSim( )
Related Topics
Return to top