aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-29 08:48:08 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-29 08:48:08 -0700
commit9ce91f97cc81628ff82d9b34c0471751071099a0 (patch)
tree252bea78318f91bca1771f81431b0d87a74c4644 /common/router1.cc
parent52cc146a67346f8a797d1ea133c7757a7330992d (diff)
parent91227b775326784f7b36daa560445074ff5669c7 (diff)
downloadnextpnr-9ce91f97cc81628ff82d9b34c0471751071099a0.tar.gz
nextpnr-9ce91f97cc81628ff82d9b34c0471751071099a0.tar.bz2
nextpnr-9ce91f97cc81628ff82d9b34c0471751071099a0.zip
Merge remote-tracking branch 'origin/master' into redist_slack
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 e18f27fb..0bd257fd 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -217,7 +217,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);