3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-10 15:20:54 +00:00

Add tbtop config option

This commit is contained in:
Clifford Wolf 2017-07-01 18:33:36 +02:00
parent 3fb72628de
commit 6ef12a4b31
5 changed files with 19 additions and 6 deletions

View file

@ -43,6 +43,9 @@ def run(mode, job, engine_idx, engine):
if job.opt_smtc is not None:
smtbmc_opts += ["--smtc", "src/%s" % job.opt_smtc]
if job.opt_tbtop is not None:
smtbmc_opts += ["--vlogtb-top", job.opt_tbtop]
model_name = "smt2"
if syn_opt: model_name += "_syn"
if nomem_opt: model_name += "_nomem"