mirror of
https://github.com/YosysHQ/sby.git
synced 2026-05-24 21:16:22 +00:00
Merge pull request #353 from inquisitour/add-itp-engine
Add ITP engine: interpolation-based model checking via itp-bmc
This commit is contained in:
commit
ae9d4458ca
6 changed files with 185 additions and 0 deletions
|
|
@ -940,6 +940,7 @@ class SbyTask(SbyConfig):
|
|||
"btormc": os.getenv("BTORMC", "btormc"),
|
||||
"pono": os.getenv("PONO", "pono"),
|
||||
"imctk-eqy-engine": os.getenv("IMCTK_EQY_ENGINE", "imctk-eqy-engine"),
|
||||
"itp-bmc": os.getenv("ITP_BMC", "itp-bmc"),
|
||||
}
|
||||
|
||||
self.taskloop = taskloop or SbyTaskloop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue