Fix pip-bi makefile.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-02-12 15:12:45 -08:00
parent ca232e4e81
commit f5bff02122
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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"
}
}