mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-09 14:51:26 +00:00
aigbmc: Convert aiw trace to yw trace and load that into smtbmc
This handles more edge cases concerning FF initialization, memories and hierarchy.
This commit is contained in:
parent
6995aaef78
commit
966bdae1f6
4 changed files with 43 additions and 35 deletions
|
@ -614,6 +614,7 @@ class SbyTask(SbyConfig):
|
|||
"yosys": os.getenv("YOSYS", yosys_program_prefix + "yosys"),
|
||||
"abc": os.getenv("ABC", yosys_program_prefix + "yosys-abc"),
|
||||
"smtbmc": os.getenv("SMTBMC", yosys_program_prefix + "yosys-smtbmc"),
|
||||
"witness": os.getenv("WITNESS", yosys_program_prefix + "yosys-witness"),
|
||||
"suprove": os.getenv("SUPROVE", "suprove"),
|
||||
"aigbmc": os.getenv("AIGBMC", "aigbmc"),
|
||||
"avy": os.getenv("AVY", "avy"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue