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)
|
export FUZDIR=$(shell pwd)
|
||||||
PIPLIST_TCL=$(FUZDIR)/bipiplist.tcl
|
PIPLIST_TCL=$(FUZDIR)/bipiplist.tcl
|
||||||
PIP_TYPE?=bipips_int
|
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
|
# sometimes it gets stuck in specific src -> dst locations
|
||||||
if {$tries >= 3} {
|
if {$tries >= 3} {
|
||||||
puts "WARNING: failed to route net after $tries tries"
|
error "WARNING: failed to route net after $tries tries"
|
||||||
error
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue