mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Major rewrite of "freduce" command
This commit is contained in:
parent
e501b8e5c7
commit
249ef8695a
4 changed files with 373 additions and 321 deletions
|
@ -148,7 +148,7 @@ struct VlogHammerReporter
|
|||
|
||||
ezDefaultSAT ez;
|
||||
SigMap sigmap(module);
|
||||
SatGen satgen(&ez, design, &sigmap);
|
||||
SatGen satgen(&ez, &sigmap);
|
||||
satgen.model_undef = model_undef;
|
||||
|
||||
for (auto &c : module->cells)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue