aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-05-02 00:03:31 +0200
committerClifford Wolf <clifford@clifford.at>2019-05-02 00:03:31 +0200
commit521663f09e8bc22f57a7c03476672b0b9718bc84 (patch)
tree55321f6576c1a7316f0836d54cf25c1f227100d1 /passes/sat
parente8a157b47cfcd14d8c49b38802dc98ae03a76a07 (diff)
downloadyosys-521663f09e8bc22f57a7c03476672b0b9718bc84.tar.gz
yosys-521663f09e8bc22f57a7c03476672b0b9718bc84.tar.bz2
yosys-521663f09e8bc22f57a7c03476672b0b9718bc84.zip
Add missing enable_undef to "sat -tempinduct-def", fixes #883
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'passes/sat')
-rw-r--r--passes/sat/sat.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/sat/sat.cc b/passes/sat/sat.cc
index 695a03e15..cbba738f0 100644
--- a/passes/sat/sat.cc
+++ b/passes/sat/sat.cc
@@ -1169,6 +1169,7 @@ struct SatPass : public Pass {
if (args[argidx] == "-tempinduct-def") {
tempinduct = true;
tempinduct_def = true;
+ enable_undef = true;
continue;
}
if (args[argidx] == "-tempinduct-baseonly") {