mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 07:27:58 +00:00
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
This commit is contained in:
commit
6e475484b2
18 changed files with 262 additions and 137 deletions
|
@ -191,7 +191,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…
Add table
Add a link
Reference in a new issue