isePrintSimulatorCommand
isePrintSimulatorCommand(
[ commandArg | nil ]
)
=> t / nil
Description
Used when you create menu commands that interface with both the design and simulator.
For example, it makes it possible to instruct the simulator to set a node by pointing at the node in the design. The SKILL function underlying the menu entry determines the name of the node pointed in the design, translates the name to the name assigned by the netlister, and issues the appropriate command to set the node with the determined name to the simulator.
Arguments
|
If no argument is passed, then the function opens a form for the user to enter the command to be passed to the simulator. |
Value Returned
Examples
isePrintSimulatorCommand( "-f test -v verilog.v" )
Related Topics
Return to top