mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-12 09:02:05 +00:00
This option allows you to process a design that includes unsupported SVA. Unsupported SVA gets imported as formal cells using 'x inputs and with the `unsupported_sva` attribute set. This allows you to get a complete list of defined properties or to check only a supported subset of properties. To ensure no properties are unintentionally skipped for actual verification, even in cases where `-sva-continue-on-error` is used by default to read and inspect a design, `hierarchy -simcheck` and `hierarchy -smtcheck` (run by SBY) now ensure that no `unsupported_sva` property cells remain in the design. |
||
|---|---|---|
| .. | ||
| blackbox.ys | ||
| blackbox_empty.ys | ||
| blackbox_ql.ys | ||
| bounds.sv | ||
| bounds.vhd | ||
| bounds.ys | ||
| case.sv | ||
| case.ys | ||
| chformal.ys | ||
| clocking.ys | ||
| enum_values.sv | ||
| enum_values.ys | ||
| memory_semantics.ys | ||
| range_case.sv | ||
| range_case.ys | ||
| rom_case.ys | ||
| run-test.sh | ||
| setenv.flist | ||
| setenv.ys | ||
| sva_continue_on_err.ys | ||
| sva_no_continue_on_err.ys | ||