Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbIsSigNameGlobal

dbIsSigNameGlobal( 
d_cellView 
t_name 
) 
=> t / nil 

Description

Tests if the signal t_name is a global signal.

Arguments

d_cellView

Cellview where signal t_name resides.

t_name

The name of the signal.

Value Returned

t

signal t_name is global.

nil

The signal is not global.

Example

isGlobal = dbIsSigNameGlobal(cellview "VDD!")

Related Topics

Connectivity Access Functions


Return to top
 ⠀
X