Fix copy/paste error, no such var as myff.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-15 12:30:52 -08:00
parent 4ba4c6b897
commit dc060064c3
1 changed files with 0 additions and 2 deletions

View File

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