mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 14:06:54 +02:00
056-pip-rem: Delete net and cell after unsuccessful routing attempt
Signed-off-by: Tomasz Michalak <[email protected]>
This commit is contained in:
@@ -111,6 +111,8 @@ proc route_todo {} {
|
||||
# sometimes it gets stuck in specific orientations
|
||||
if {$tries >= 3} {
|
||||
puts "WARNING: failed to route net after $tries tries"
|
||||
remove_net $mynet
|
||||
remove_cell $mylut
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
+1
-2
@@ -98,8 +98,7 @@ $(eval $(call fuzzer,052-pip-clkin,048-int-piplist))
|
||||
$(eval $(call fuzzer,053-pip-ctrlin,048-int-piplist))
|
||||
$(eval $(call fuzzer,054-pip-fan-alt,048-int-piplist))
|
||||
$(eval $(call fuzzer,055-pip-gnd,048-int-piplist))
|
||||
#Disable until all other fuzzer instabilities are fixed
|
||||
#$(eval $(call fuzzer,056-pip-rem,049-int-imux-gfan 050-pip-seed 051-pip-imuxlout-bypalts 052-pip-clkin 053-pip-ctrlin 054-pip-fan-alt 055-pip-gnd))
|
||||
$(eval $(call fuzzer,056-pip-rem,049-int-imux-gfan 050-pip-seed 051-pip-imuxlout-bypalts 052-pip-clkin 053-pip-ctrlin 054-pip-fan-alt 055-pip-gnd))
|
||||
#Disable the longest running fuzzer to speed up test iterations
|
||||
#$(eval $(call fuzzer,057-pip-bi,056-pip-rem))
|
||||
ifneq ($(QUICK),Y)
|
||||
|
||||
Reference in New Issue
Block a user