Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ICC - Routing Blockage issue

Status
Not open for further replies.

manchuk

Newbie level 5
Joined
Jan 17, 2008
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Portland
Activity points
1,364
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.
 

this may work:

create_route_guide -coordinate { 73 65 140 129 } -no_signal_layers {metal1..........via1....}
 

    manchuk

    Points: 2
    Helpful Answer Positive Rating
Thanks a lot dkpang. I tried this command but sadly it didnt create the routing blockage.I am not sure whats going wrong :(.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top