mirror of https://github.com/openXC7/prjxray.git
Fix pip-bi makefile.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
ca232e4e81
commit
f5bff02122
|
|
@ -1,4 +1,4 @@
|
|||
MAKETODO_FLAGS=--re ".*"
|
||||
MAKETODO_FLAGS=--pip-type bipips_int --re ".*"
|
||||
export FUZDIR=$(shell pwd)
|
||||
PIPLIST_TCL=$(FUZDIR)/bipiplist.tcl
|
||||
PIP_TYPE?=bipips_int
|
||||
|
|
|
|||
|
|
@ -84,8 +84,7 @@ for {set idx 0} {$idx < [llength $todo_lines]} {incr idx} {
|
|||
|
||||
# sometimes it gets stuck in specific src -> dst locations
|
||||
if {$tries >= 3} {
|
||||
puts "WARNING: failed to route net after $tries tries"
|
||||
error
|
||||
error "WARNING: failed to route net after $tries tries"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue