mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-05 14:55:47 +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
|
@ -61,7 +61,7 @@ struct SatHelper
|
|||
// model variables
|
||||
std::vector<std::string> shows;
|
||||
SigPool show_signal_pool;
|
||||
SigSet<RTLIL::Cell*> show_drivers;
|
||||
SigSet<RTLIL::Cell*, RTLIL::sort_by_name_id<RTLIL::Cell>> show_drivers;
|
||||
int max_timestep, timeout;
|
||||
bool gotTimeout;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue