aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-16 14:49:38 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-16 14:49:38 +0200
commitef2164708b66b55300f46cc39467eb032498717e (patch)
treeb90d66cfd5350f89336c21da542bc863be8c93ad /common/route.cc
parentebad1fee65b21f9a9e0901bbc66a2b8e5f9f9b70 (diff)
downloadnextpnr-ef2164708b66b55300f46cc39467eb032498717e.tar.gz
nextpnr-ef2164708b66b55300f46cc39467eb032498717e.tar.bz2
nextpnr-ef2164708b66b55300f46cc39467eb032498717e.zip
router: Fixing loop issue
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common/route.cc')
-rw-r--r--common/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/route.cc b/common/route.cc
index 30d40577..8fe13eda 100644
--- a/common/route.cc
+++ b/common/route.cc
@@ -195,6 +195,7 @@ struct Router
visited.at(next_wire).delay, next_delay);
#endif
revisitCnt++;
+ continue;
}
if (!chip.checkWireAvail(next_wire)) {