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:
parent
6995aaef78
commit
966bdae1f6
4 changed files with 43 additions and 35 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue