mirror of https://github.com/openXC7/prjxray.git
Fixed manual route failure detection
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
d4e307e71f
commit
6bf585ba72
|
|
@ -80,7 +80,7 @@ write_checkpoint -force design_pre_route.dcp
|
|||
|
||||
route_design -directive Quick -preserve
|
||||
|
||||
set unrouted_nets [get_nets -filter {ROUTE_STATUS!="ROUTED"}]
|
||||
set unrouted_nets [get_nets -filter {ROUTE_STATUS!="ROUTED" && ROUTE_STATUS!="INTRASITE"}]
|
||||
if {[llength $unrouted_nets] ne 0} {
|
||||
puts "MANROUTE: Got unrouted nets: $unrouted_nets"
|
||||
puts "MANROUTE: Ripping up and starting again with no fixed routes"
|
||||
|
|
|
|||
Loading…
Reference in New Issue