mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-09 23:00:53 +00:00
Added prove mode support via "abc pdr"
This commit is contained in:
parent
6b23046d3f
commit
5125128bbd
4 changed files with 75 additions and 5 deletions
|
@ -20,6 +20,8 @@ import re, os, getopt
|
|||
from sby_core import SbyTask
|
||||
|
||||
def run(mode, job, engine_idx, engine):
|
||||
assert mode == "bmc"
|
||||
|
||||
smtbmc_opts = []
|
||||
nomem_opt = False
|
||||
syn_opt = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue