mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
add hierarchy -smtcheck
like -simcheck, but allow smtlib2_module modules.
This commit is contained in:
parent
b2408df313
commit
c16c028831
2 changed files with 19 additions and 7 deletions
|
@ -2379,6 +2379,9 @@ resolves positional module parameters, unrolls array instances, and more.
|
|||
like -check, but also throw an error if blackbox modules are
|
||||
instantiated, and throw an error if the design has no top module.
|
||||
|
||||
-smtcheck
|
||||
like -simcheck, but allow smtlib2_module modules.
|
||||
|
||||
-purge_lib
|
||||
by default the hierarchy command will not remove library (blackbox)
|
||||
modules. use this option to also remove unused blackbox modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue