mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 06:06:02 +00:00
Add smtbmc prove support
This commit is contained in:
parent
5125128bbd
commit
ffeee1a11f
3 changed files with 74 additions and 16 deletions
|
@ -332,7 +332,7 @@ class SbyJob:
|
|||
import sby_mode_bmc
|
||||
sby_mode_bmc.run(self)
|
||||
|
||||
if self.options["mode"] == "prove":
|
||||
elif self.options["mode"] == "prove":
|
||||
import sby_mode_prove
|
||||
sby_mode_prove.run(self)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue