From dc060064c39b762b2303208f2ead3485ef30788d Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 15 Jan 2019 12:30:52 -0800 Subject: [PATCH] Fix copy/paste error, no such var as myff. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/057-pip-bi/generate.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/fuzzers/057-pip-bi/generate.tcl b/fuzzers/057-pip-bi/generate.tcl index 10dbdd0e..84dd588f 100644 --- a/fuzzers/057-pip-bi/generate.tcl +++ b/fuzzers/057-pip-bi/generate.tcl @@ -75,8 +75,6 @@ for {set idx 0} {$idx < [llength $todo_lines]} {incr idx} { set_property is_route_fixed 0 $mynet set_property is_bel_fixed 0 $mylut set_property is_loc_fixed 1 $mylut - set_property is_bel_fixed 0 $myff - set_property is_loc_fixed 1 $myff route_design -unroute -nets $mynet # sometimes it gets stuck in specific src -> dst locations