formal_lint_sva
Elaborates RTL with embedded SVA via Yosys to report syntax and elaboration errors with file:line diagnostics, serving as a pre-check before formal proof.
Instructions
Elaborates RTL with embedded SVA in Yosys to catch syntax and elaboration errors before solver time. Reports file:line diagnostics. Does not prove anything; use formal_prove for verdicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. | |
| top_module | Yes | Top module name. | |
| verilog_sources | Yes | RTL files to elaborate. |