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

simCheckViewConfig

simCheckViewConfig(
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Checks if the design you want to netlist is an HDB configuration.

Arguments

t_libName

Name of the library containing the design.

t_cellName

Cell name of the design.

t_viewName

View name of the design.

Value Returned

t

The given design is an HDB configuration.

nil

The given design is not an HDB configuration.

Examples

simCheckViewConfig( t_libName, t_cellName, t_viewName )
=> t

Related Topics

OSS Functions


Return to top
 ⠀
X