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:
parent
3fb72628de
commit
6ef12a4b31
5 changed files with 19 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue