From: Eddie Hung Date: Thu, 29 Aug 2019 17:33:28 +0000 (-0700) Subject: Fix typo that's gone unnoticed for 5 months!?! X-Git-Tag: working-ls180~1089 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14677610602ee18bcf1a41a0c54a626965e6bb06;p=yosys.git Fix typo that's gone unnoticed for 5 months!?! --- diff --git a/passes/techmap/shregmap.cc b/passes/techmap/shregmap.cc index 5e298d8dd..02cc27ae2 100644 --- a/passes/techmap/shregmap.cc +++ b/passes/techmap/shregmap.cc @@ -346,7 +346,7 @@ struct ShregmapWorker IdString q_port = opts.ffcells.at(c1->type).second; auto c1_conn = c1->connections(); - auto c2_conn = c1->connections(); + auto c2_conn = c2->connections(); c1_conn.erase(d_port); c1_conn.erase(q_port);