dbFindSigByAlias
dbFindSigByAlias(d_cellViewt_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
Value Returned
Example
sig = dbFindSigByAlias(cellview "PWR")
Related Topics
Return to top