Fix typo that's gone unnoticed for 5 months!?!

This commit is contained in:
Eddie Hung 2019-08-29 10:33:28 -07:00
parent 89695fd3ab
commit 1467761060
1 changed files with 1 additions and 1 deletions

View 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);