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

hnlGetSourceFileModels

hnlGetSourceFileModels(
)
=> listCells

Description

Retreives a list of names of the netlisted cells, when this function is called by the formatter during netlisting. For the cells that have the -subckt value set using the sourcefile_opts property, the cell names in the list are replaced by the subcircuit names, for example, -subckt <name>.

Arguments

None

Value Returned

listCells

A list of names of the netlisted cells.

Examples

hnlGetSourceFileModels()
=> ("cell1" "cell2" "subckt_opts_name" "cell4")

Related Topics

OSS Functions


Return to top
 ⠀
X