3
0
Fork 0
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:
Eddie Hung 2019-08-30 09:37:32 -07:00
commit 6e475484b2
18 changed files with 262 additions and 137 deletions

View file

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