Dear Community
I use the following code in Innovus 21.10 to route a net called "VSE2" that is supposed to be much much wider than the remaining nets
add_via_definition -via_rule via1Array -row_col {3 3} -name
via1_3x3
add_via_definition -via_rule via2Array
-row_col {3 3} -name via2_3x3
add_via_definition
-via_rule via3Array -row_col {3 3} -name via3_3x3
add_via_definition
-via_rule via4Array -row_col {3 3} -name via4_3x3
add_ndr
-name 1_46w1s -width {MET1 1.46 MET2 1.46 MET3 1.46 MET4 1.46 MET5
1.46 METTP 1.46} -via {via1_3x3 via2_3x3 via3_3x3 via4_3x3}
-generate_via
setAttribute -net VSE2
-top_preferred_routing_layer 3 -bottom_preferred_routing_layer 2
-preferred_routing_layer_effort high -non_default_rule
1_46w1s
setNanoRouteMode -routeSelectedNetOnly true
-drouteUseMultiCutViaEffort high
selectNet
VSE2
routeDesign
This is the output:
Why is the right-hand side not routed correctly? What prevents Innovus from routing the net according to the NDR?
Thank you for any suggestions.