shareShields
Specifies whether shield routes can be shared by nets. Usually, the router attempts to individually shield each net. If there is a channel between two nets that is not large enough to add individual shields for each net and shareShields is set to true, one shield wire will be added between the two nets and shared by the nets.
shareShields Quick Reference
Value Type

Examples
The following example permits all shielded nets to share shield routes whenever possible.
set_constraint -constraint shareShields -BoolValue true
The following example permits sharing of shield routes for nets in the signalNets set.
create_group –set $signalNets –name signal_nets – type group
set_constraint –constraint shareShields –BoolValue true –group signal_nets
Related Topics
Mixed-Signal Routing Constraints
Return to top