3
0
Fork 0
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:
Clifford Wolf 2017-01-30 12:32:49 +01:00
parent 6b23046d3f
commit 5125128bbd
4 changed files with 75 additions and 5 deletions

View file

@ -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