mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
erase, clear, fork replace, idk
This commit is contained in:
parent
cc10ef7019
commit
193a43e82c
13 changed files with 134 additions and 69 deletions
|
@ -162,7 +162,7 @@ struct EquivStructWorker
|
|||
Cell *cell = module->cell(cell_name);
|
||||
key.type = cell->type;
|
||||
|
||||
for (auto &it : cell->parameters)
|
||||
for (auto &&it : cell->parameters)
|
||||
key.parameters.push_back(it);
|
||||
std::sort(key.parameters.begin(), key.parameters.end());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue