map_redundant_via
map_redundant_via -master_libs_libName-master_cells_cellName-master_views_viewName-redundant_cells_cellName-direction {UP | DOWN | RIGHT | LEFT} [ -redundant_libs_libName] [ -redundant_views_viewName] [ -no_save ]
Description
Maps existing redundant vias to existing master vias. If you establish these mappings with this command before you remaster via instances using the remaster_via command, and prior to reverting remastered vias using unclone_via, only vias given by the map_redundant_via command will be used. To return to the preferred method for specifying remaster vias which uses the current setting for the validRoutingVias constraint, you must issue the clear_redundant_via_mapping command.
Arguments
Examples
The following Tcl commands map an original via master to four redundant via cellviews, one for each direction of UP, DOWN, RIGHT and LEFT.
map_redundant_via -master_lib olib -master_cell V121 -master_view via -redundant_cell V126 -direction UP
map_redundant_via -master_lib olib -master_cell V121 -master_view via -redundant_cell V125 -direction DOWN
map_redundant_via -master_lib olib -master_cell V121 -master_view via -redundant_cell V124 -direction RIGHT
map_redundant_via -master_lib olib -master_cell V121 -master_view via -redundant_cell V123 -direction LEFT
Related Topics
Return to top