3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 02:40:25 +00:00

$not now passes test_cell!

This commit is contained in:
Emil J. Tywoniak 2024-06-19 18:55:40 +02:00
parent 81f783bf62
commit 76102f0bc5
7 changed files with 108 additions and 33 deletions

View file

@ -167,7 +167,7 @@ struct OptMergeWorker
if (!cell2->connections_.count(it.first))
return false;
decltype(Cell::connections_) conn1, conn2;
dict<RTLIL::IdString, RTLIL::SigSpec> conn1, conn2;
conn1.reserve(cell1->connections_.size());
conn2.reserve(cell1->connections_.size());