projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a157b
)
Add missing enable_undef to "sat -tempinduct-def", fixes #883
author
Clifford Wolf
<clifford@clifford.at>
Wed, 1 May 2019 22:03:31 +0000
(
00:03
+0200)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 1 May 2019 22:03:31 +0000
(
00:03
+0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/sat/sat.cc
patch
|
blob
|
history
diff --git
a/passes/sat/sat.cc
b/passes/sat/sat.cc
index 695a03e15fadd108717e9bdc8ec64f3ad7f00b9d..cbba738f06b70cf1a5832fead05034bd8970484b 100644
(file)
--- 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") {