pg_tap
pg_tap
{-inst s_instName -term s_termName} | -set d_setObj
-find_distance f_userunit
[ -route_spec s_routeSpec ]
[ -target_layer s_layerName ]
[ -tap_signal_clearance f_userunit ]
[ -result_set d_setObj ]
[ -allow_violations ]
Description
Adds direct power/ground connection to cells to reduce voltage drop issues associated with current flow (I) or electrical resistance (R). Space-based Router and Chip Optimizer finds areas where a power or ground route can be added, then adds and connects the extra route.
Arguments
Examples
In this example, terminal A is a ground net term. The following command searches layer M4 around terminal A of instance SCLK_box_0_15 for an area within a10 micron distance to add a route connecting the terminal to the ground net. The route will use the single route spec.
pg_tap -inst SCLK_box_0_15 -term A -route_spec single -target_layer M4 -find_distance 10
Related Topics
Return to top