get_treat_blockage_as_metal
get_treat_blockage_as_metal
-layers {s_layerName…}
[ -list ]
Description
Returns the blockage settings for the given layers. By default, all pre-existing effective width and/or minimum spacing properties on blockages will be used and any blockages without properties will be treated like metal and their exact widths will be used to calculate spacing requirements. Properties of nearby shapes will be considered.
Arguments
|
Outputs the blockage settings as a Tcl list. For each layer, the layer name, followed by the settings corresponding to these set_treat_blockage_as_metal arguments: "Metal1" "true" "false" "false" "false" |
|
Value Returned
Examples
The following example gets the treatBlockageAsMetal rule for the Metal1, Metal2, and Metal4 layers.
get_treat_blockage_as_metal -layers {Metal1 Metal2 Metal4}
The following is example output.
Layer Metal1 treatBlockageAsMetal: min_width true, min_space false, override false, force_min_space false
Layer Metal2 treatBlockageAsMetal: min_width true, min_space false, override false, force_min_space false
Layer Metal4 treatBlockageAsMetal: min_width true, min_space false, override false, force_min_space false
Related Topics
Return to top