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

dbFindSigByAlias

dbFindSigByAlias( 
d_cellView 
t_name 
) 
=> d_sig / nil 

Description

Finds a signal in a cellview by an alias.

Possible alias names of a signal are the corresponding names of the bits of the member nets this signal belongs to. signal aliases might be different from the signal name because two different nets carrying two different sets of signals can be merged into one net.

Arguments

d_cellView

Cellview the signal is residing within.

t_name

The alias name for the signal.

Value Returned

d_sig

The signal found.

nil

The signal is not found.

Example

sig = dbFindSigByAlias(cellview "PWR")

Related Topics

Connectivity Access Functions


Return to top
 ⠀
X