mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 20:05:52 +00:00
SigSet<Cell*> to use stable compare class
This commit is contained in:
parent
6044fff074
commit
4ea34aaacd
5 changed files with 6 additions and 6 deletions
|
@ -116,7 +116,7 @@ struct SccWorker
|
|||
}
|
||||
|
||||
SigPool selectedSignals;
|
||||
SigSet<RTLIL::Cell*> sigToNextCells;
|
||||
SigSet<RTLIL::Cell*, RTLIL::sort_by_name_id<RTLIL::Cell>> sigToNextCells;
|
||||
|
||||
for (auto &it : module->wires_)
|
||||
if (design->selected(module, it.second))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue