fix randtag bug in router1
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
95ac838654
commit
3b354c2a51
@ -216,7 +216,7 @@ struct Router
|
|||||||
next_qw.pip = pip;
|
next_qw.pip = pip;
|
||||||
next_qw.delay = next_delay;
|
next_qw.delay = next_delay;
|
||||||
next_qw.togo = ctx->estimateDelay(next_wire, dst_wire);
|
next_qw.togo = ctx->estimateDelay(next_wire, dst_wire);
|
||||||
qw.randtag = ctx->rng();
|
next_qw.randtag = ctx->rng();
|
||||||
|
|
||||||
visited[next_qw.wire] = next_qw;
|
visited[next_qw.wire] = next_qw;
|
||||||
queue.push(next_qw);
|
queue.push(next_qw);
|
||||||
|
Loading…
Reference in New Issue
Block a user