Bugfix in router1: Also bind src_wire
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
2f996e6a30
commit
c796b301d3
@ -307,6 +307,8 @@ struct Router
|
|||||||
src_wires[src_wire] = ctx->getWireDelay(src_wire).maxDelay();
|
src_wires[src_wire] = ctx->getWireDelay(src_wire).maxDelay();
|
||||||
} else {
|
} else {
|
||||||
// re-use existing routes as much as possible
|
// re-use existing routes as much as possible
|
||||||
|
if (net_info->wires.count(src_wire) == 0)
|
||||||
|
ctx->bindWire(src_wire, net_name, STRENGTH_WEAK);
|
||||||
src_wires[src_wire] = ctx->getWireDelay(src_wire).maxDelay();
|
src_wires[src_wire] = ctx->getWireDelay(src_wire).maxDelay();
|
||||||
|
|
||||||
for (auto &user_it : net_info->users) {
|
for (auto &user_it : net_info->users) {
|
||||||
|
Loading…
Reference in New Issue
Block a user