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.

routing critical nets only in mtal 9

Status
Not open for further replies.

ashutosh.bittoo@gmail.com

Newbie level 1
Newbie level 1
Joined
Jan 23, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
7
Hi

I am routing refclk in top level. Due to skew requirment i need to route my signals in Metal9 only. When i use below code icc route the nets but with normal rule(M8 horizontal and M9 vertical) . But i want full routing in M9 only. Can you help me how to make it happen in ICC.

code i am using :
Code:
set_net_routing_layer_constraints -min_layer_name M8 -max_layer_name M9 [get_nets -of_objects BITTOO* ]
set_net_routing_rule -rule BLOCK_RULE  [get_nets -of_objects BITTOO* ] -reroute minorchange
route_zrt_group -nets [get_nets -of_objects BITTOO* ]
Thanks
ashu
 
Last edited by a moderator:

Did you already try to set the min_layer constraint also to M9 ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top