aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-30 09:46:07 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-30 09:46:07 +0100
commit412c920e94b44451fab15069fa220a82025971b3 (patch)
tree5a291cce3831b5ca1aea9fa412438643e2834a6f /common/router1.cc
parent3b9bde533a6a86f6ae5b3902e55a6f649d092608 (diff)
parent44726a1785ff060e4ce32da53418ccc03b6d5932 (diff)
downloadnextpnr-412c920e94b44451fab15069fa220a82025971b3.tar.gz
nextpnr-412c920e94b44451fab15069fa220a82025971b3.tar.bz2
nextpnr-412c920e94b44451fab15069fa220a82025971b3.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into treemodel
Diffstat (limited to 'common/router1.cc')
-rw-r--r--common/router1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc
index 8a05236f..4ef7df64 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -216,7 +216,7 @@ struct Router
next_qw.pip = pip;
next_qw.delay = next_delay;
next_qw.togo = ctx->estimateDelay(next_wire, dst_wire);
- qw.randtag = ctx->rng();
+ next_qw.randtag = ctx->rng();
visited[next_qw.wire] = next_qw;
queue.push(next_qw);