Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlGetNetlistedStopCellViewList

nlGetNetlistedStopCellViewList( 
o_netlister 
) 
=> l_cellView

Description

Returns a list of cellview objects treated as stop cells for the specified netlister object.

Arguments

o_netlister

The netlister object.

Value Returned

l_cellView

A list of cellview objects.

Examples

The following example retrieves a list of stop cells for the specified netlister object:

obj = (nlGetNetlister formatter)
cvList = nlGetNetlistedStopCellViewList(obj)
=> (stdobj@0x2601d470 stdobj@0x2601d458 stdobj@0x2601d440 stdobj@0x2601d428)
cvList~>cellName
=>("cap" "res" "idc" "vsin" )


Return to top
 ⠀
X