manchuk
Newbie level 5
I want to create a rectangular routing blockage and a placement blockage in my design.
I am trying to use the following commands in the preplacement script for creating a routing blockage of all metal layers and all vias but the Tool still routes in that area .
create_routing_blockage -layers [get_layers -include_system -filter {name=~metal*Blockage}] -bbox {{74 66} {144 132}}
create_routing_blockage -layers [get_layers -include_system -filter {name=~via*Blockage}] -bbox {{74 66} {144 132}}
I also tried :
create_routing_blockage -layers metal1 -metal15Blockage -bbox {{73 65} {140 129}}
create_routing_blockage -layers via1Blockage-via15Blockage -bbox {{73 65} {140 129}}
I didnt find enough information about the above mentioned commands on Solvent or the ICC Manual.
Can some body help me. Is there a better way of guiding the tool to create blockages.
I am trying to use the following commands in the preplacement script for creating a routing blockage of all metal layers and all vias but the Tool still routes in that area .
create_routing_blockage -layers [get_layers -include_system -filter {name=~metal*Blockage}] -bbox {{74 66} {144 132}}
create_routing_blockage -layers [get_layers -include_system -filter {name=~via*Blockage}] -bbox {{74 66} {144 132}}
I also tried :
create_routing_blockage -layers metal1 -metal15Blockage -bbox {{73 65} {140 129}}
create_routing_blockage -layers via1Blockage-via15Blockage -bbox {{73 65} {140 129}}
I didnt find enough information about the above mentioned commands on Solvent or the ICC Manual.
Can some body help me. Is there a better way of guiding the tool to create blockages.