mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-15 17:35:31 +00:00
Add btor engine
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
4eb91d5b88
commit
4c485766e2
4 changed files with 164 additions and 1 deletions
|
@ -39,6 +39,10 @@ def run(job):
|
|||
import sby_engine_abc
|
||||
sby_engine_abc.run("bmc", job, engine_idx, engine)
|
||||
|
||||
elif engine[0] == "btor":
|
||||
import sby_engine_btor
|
||||
sby_engine_btor.run("bmc", job, engine_idx, engine)
|
||||
|
||||
else:
|
||||
job.error("Invalid engine '%s' for bmc mode." % engine[0])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue