3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-27 07:25:51 +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

@ -65,6 +65,8 @@ parser.add_argument("--abc", metavar="<path_to_executable>",
action=DictAction, dest="exe_paths")
parser.add_argument("--smtbmc", metavar="<path_to_executable>",
action=DictAction, dest="exe_paths")
parser.add_argument("--witness", metavar="<path_to_executable>",
action=DictAction, dest="exe_paths")
parser.add_argument("--suprove", metavar="<path_to_executable>",
action=DictAction, dest="exe_paths")
parser.add_argument("--aigbmc", metavar="<path_to_executable>",