xdvReplaceInstWithVias
xdvReplaceInstWithVias(
t_libName
t_cellName
t_viewName
)
=> t / nil
Description
Detects and replaces the via-like instances with standard vias in the existing design across the hierarchy of the given library, cell, and view. The function overwrites the existing design and saves it. New via definitions can be created if the technology file is writable.
Arguments
Value Returned
Examples
xdvReplaceInstWithVias("designLib" "Chip_Top" "layout")
Detects and replaces via-like instances with standard vias across the hierarchy of the cellview designLib/Chip_Top/layout.
Related Topics
Interconnect Functions
Return to top