mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-09 14:51:26 +00:00
Support rIC3 as backend
Signed-off-by: Yuheng Su <gipsyh.icu@gmail.com>
This commit is contained in:
parent
26b387466d
commit
daf4e4cb39
6 changed files with 19 additions and 1 deletions
|
@ -849,6 +849,7 @@ class SbyTask(SbyConfig):
|
|||
"suprove": os.getenv("SUPROVE", "suprove"),
|
||||
"aigbmc": os.getenv("AIGBMC", "aigbmc"),
|
||||
"avy": os.getenv("AVY", "avy"),
|
||||
"rIC3": os.getenv("RIC3", "rIC3"),
|
||||
"btormc": os.getenv("BTORMC", "btormc"),
|
||||
"pono": os.getenv("PONO", "pono"),
|
||||
"imctk-eqy-engine": os.getenv("IMCTK_EQY_ENGINE", "imctk-eqy-engine"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue