3
0
Fork 0
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:
Jannis Harder 2022-10-20 14:31:57 +02:00
parent 6995aaef78
commit 966bdae1f6
4 changed files with 43 additions and 35 deletions

View file

@ -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"),