3
0
Fork 0
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:
Clifford Wolf 2014-01-02 16:52:33 +01:00
parent e501b8e5c7
commit 249ef8695a
4 changed files with 373 additions and 321 deletions

View file

@ -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)