mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 14:16:07 +00:00
Add smtc option
This commit is contained in:
parent
ad304ddda7
commit
81144819e5
2 changed files with 9 additions and 0 deletions
|
@ -435,6 +435,12 @@ class SbyJob:
|
|||
self.handle_bool_option("wait", False)
|
||||
self.handle_int_option("timeout", None)
|
||||
|
||||
self.handle_str_option("smtc", None)
|
||||
|
||||
if self.opt_smtc is not None:
|
||||
for engine in self.engines:
|
||||
assert engine[0] == "smtbmc"
|
||||
|
||||
self.copy_src()
|
||||
|
||||
if self.opt_mode == "bmc":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue