mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-04 20:30:26 +00:00
Add smtc option
This commit is contained in:
parent
ad304ddda7
commit
81144819e5
2 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,9 @@ def run(mode, job, engine_idx, engine):
|
|||
for i, a in enumerate(args):
|
||||
smtbmc_opts += ["-s" if i == 0 else "-S", a]
|
||||
|
||||
if job.opt_smtc is not None:
|
||||
smtbmc_opts += ["--smtc", "src/%s" % job.opt_smtc]
|
||||
|
||||
model_name = "smt2"
|
||||
if syn_opt: model_name += "_syn"
|
||||
if nomem_opt: model_name += "_nomem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue