mirror of https://github.com/YosysHQ/yosys.git
Add missing enable_undef to "sat -tempinduct-def", fixes #883
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
e8a157b47c
commit
521663f09e
|
@ -1169,6 +1169,7 @@ struct SatPass : public Pass {
|
||||||
if (args[argidx] == "-tempinduct-def") {
|
if (args[argidx] == "-tempinduct-def") {
|
||||||
tempinduct = true;
|
tempinduct = true;
|
||||||
tempinduct_def = true;
|
tempinduct_def = true;
|
||||||
|
enable_undef = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-tempinduct-baseonly") {
|
if (args[argidx] == "-tempinduct-baseonly") {
|
||||||
|
|
Loading…
Reference in New Issue