diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-16 15:25:03 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-16 15:25:03 +0200 |
commit | 4d14bc291447ebc5b33d5d1972d5837f66efc88f (patch) | |
tree | 0bbca3b4b28190a0811e38d01920ab13059d8cac /common/route.cc | |
parent | 6acf23cf37285e16050b44370be6cbe7dd3e0dc5 (diff) | |
parent | ef2164708b66b55300f46cc39467eb032498717e (diff) | |
download | nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.tar.gz nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.tar.bz2 nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.zip |
Merge remote-tracking branch 'origin/master' into chipdbng
Diffstat (limited to 'common/route.cc')
-rw-r--r-- | common/route.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/route.cc b/common/route.cc index de3f41ce..247c8840 100644 --- a/common/route.cc +++ b/common/route.cc @@ -196,6 +196,7 @@ struct Router float(next_delay)); #endif revisitCnt++; + continue; } if (!chip.checkWireAvail(next_wire)) { |