mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Revert "SigSet<Cell*> to use stable compare class"
This reverts commit 4ea34aaacd
.
This commit is contained in:
parent
c487a8ff25
commit
95e80809a5
5 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@ struct ConstEval
|
|||
SigMap assign_map;
|
||||
SigMap values_map;
|
||||
SigPool stop_signals;
|
||||
SigSet<RTLIL::Cell*, RTLIL::sort_by_name_id<RTLIL::Cell>> sig2driver;
|
||||
SigSet<RTLIL::Cell*> sig2driver;
|
||||
std::set<RTLIL::Cell*> busy;
|
||||
std::vector<SigMap> stack;
|
||||
RTLIL::State defaultval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue