vfpReportIOPadLocation
vfpReportIOPadLocation(d_dbCellviewIDg_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
Value Returned
|
Returns |
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