projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6318db6
)
ignore # comment lines
author
N. Engelhardt
<nak@yosyshq.com>
Thu, 24 Mar 2022 09:19:17 +0000
(10:19 +0100)
committer
N. Engelhardt
<nak@yosyshq.com>
Thu, 24 Mar 2022 09:19:17 +0000
(10:19 +0100)
backends/smt2/smtbmc.py
patch
|
blob
|
history
diff --git
a/backends/smt2/smtbmc.py
b/backends/smt2/smtbmc.py
index 7e0d8f5710aeb69e313e086803c8d5623ab90cd7..7527f41054749ca36bd7084f44c3a71d51009fac 100644
(file)
--- a/
backends/smt2/smtbmc.py
+++ b/
backends/smt2/smtbmc.py
@@
-492,7
+492,7
@@
if aimfile is not None:
got_state = True
for entry in f.read().splitlines():
- if len(entry) == 0 or entry[0] in "bcjfu.":
+ if len(entry) == 0 or entry[0] in "bcjfu.
#
":
continue
if not got_state: