Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

vlogifCrossSelectionCB

vlogifCrossSelectionCB(
g_enable
)
=> t / nil

Description

Controls the cross-selection between SimVision and Virtuoso Schematic Editor when performing interactive simulation.

Arguments

g_enable

Boolean flag, specifying whether cross-selection should be enabled or disabled. Valid values are t and nil.

Value Returned

t

Cross-selection was enabled.

nil

Cross-selection was disabled.

Examples

The following example describes how you can add the function in the .cdsinit file with the required argument before launching Virtuoso.

hiSetBindKey("Schematics" "<Key>1" "vlogifCrossSelectionCB(t)")
hiSetBindKey("Schematics" "<Key>2" "vlogifCrossSelectionCB(nil)")

Now, run the simulation in interactive mode and enable cross-selection.

Additionally, you can also control this cross-selection in the schematic window by doing the following:

Related Topics

Verilog Netlister Functions


Return to top
 ⠀
X