mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
sat: Add -set-def-formal option to force defined $any* outputs
This commit is contained in:
@@ -73,6 +73,7 @@ struct SatGen
|
||||
std::map<std::pair<std::string, int>, bool> initstates;
|
||||
bool ignore_div_by_zero;
|
||||
bool model_undef;
|
||||
bool def_formal = false;
|
||||
|
||||
SatGen(ezSAT *ez, SigMap *sigmap, std::string prefix = std::string()) :
|
||||
ez(ez), sigmap(sigmap), prefix(prefix), ignore_div_by_zero(false), model_undef(false)
|
||||
|
||||
Reference in New Issue
Block a user