mirror of https://github.com/YosysHQ/yosys.git
yosys-smtbmc: ABC is a QF_BV solver
This commit is contained in:
parent
99b2093bc4
commit
1114ce9210
|
@ -98,6 +98,7 @@ class SmtIo:
|
|||
|
||||
if self.solver == "abc":
|
||||
self.popen_vargs = ['yosys-abc', '-S', '%blast; &sweep -C 5000; &syn4; &cec -s -m -C 2000']
|
||||
self.logic_ax = False
|
||||
self.unroll = True
|
||||
self.noincr = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue