Fix typo that's gone unnoticed for 5 months!?!
authorEddie Hung <eddie@fpgeh.com>
Thu, 29 Aug 2019 17:33:28 +0000 (10:33 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 29 Aug 2019 17:33:28 +0000 (10:33 -0700)
passes/techmap/shregmap.cc

index 5e298d8dd40b0c6110d7334924b1758d80affab8..02cc27ae20c0b2d2a05d2fe81297a61f377cfa7a 100644 (file)
@@ -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);