mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-14 17:05:31 +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
|
@ -49,6 +49,8 @@ def parser_func(release_version='unknown SBY version'):
|
|||
action=DictAction, dest="exe_paths")
|
||||
parser.add_argument("--avy", metavar="<path_to_executable>",
|
||||
action=DictAction, dest="exe_paths")
|
||||
parser.add_argument("--rIC3", metavar="<path_to_executable>",
|
||||
action=DictAction, dest="exe_paths")
|
||||
parser.add_argument("--btormc", metavar="<path_to_executable>",
|
||||
action=DictAction, dest="exe_paths")
|
||||
parser.add_argument("--pono", metavar="<path_to_executable>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue