mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 21:05:30 +00:00
Add some docs for "prove" mode
This commit is contained in:
parent
ffeee1a11f
commit
1410ac4d49
6 changed files with 82 additions and 3 deletions
|
@ -52,11 +52,12 @@ def run(mode, job, engine_idx, engine):
|
|||
|
||||
if mode == "prove_basecase":
|
||||
taskname += ".basecase"
|
||||
logfile_prefix += "_basecase"
|
||||
|
||||
if mode == "prove_induction":
|
||||
taskname += ".induction"
|
||||
trace_prefix += "_induct"
|
||||
logfile_prefix += "_induct"
|
||||
logfile_prefix += "_induction"
|
||||
smtbmc_opts.append("-i")
|
||||
|
||||
task = SbyTask(job, taskname, job.model(model_name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue