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

vfpReportIOPadLocation

vfpReportIOPadLocation(
d_dbCellviewID 
g_printFillerPads
)
=> t / nil

Description

Prints the IO pad information in formatted manner for all the pads which are placed in the IO rows within the design.

Arguments

d_dbCellviewID

Specifies the design cellview ID for which the IO report is required.

g_printFillerPads

Prints information about the IO filler pads present in the IO rows along with other IO pad information. The information is printed only when this value is set to t.

Value Returned

t

The function successfully generated the report in the CIW.

nil

Returns nil with an appropriate warning message if the report was not generated.

Examples

To print only pad locations, specify the following:

vfpReportIOPadLocation (cellviewID)

This does not print filler pad instances that are present in the design.

To print filler pad instances as well, specify the following:

vfpReportIOPadLocation (cellviewID t)

Return to top
 ⠀
X