mirror of https://github.com/YosysHQ/yosys.git
Fix typo that's gone unnoticed for 5 months!?!
This commit is contained in:
parent
89695fd3ab
commit
1467761060
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue