mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Support custom PROGRAM_PREFIX
This commit is contained in:
parent
7c06cb6157
commit
0d789c5a3b
10 changed files with 81 additions and 71 deletions
|
@ -53,8 +53,7 @@ so = SmtOpts()
|
|||
|
||||
|
||||
def usage():
|
||||
print("""
|
||||
yosys-smtbmc [options] <yosys_smt2_output>
|
||||
print(os.path.basename(sys.argv[0]) + """ [options] <yosys_smt2_output>
|
||||
|
||||
-t <num_steps>
|
||||
-t <skip_steps>:<num_steps>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue