aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sva/nested_clk_else.sv
Commit message (Collapse)AuthorAgeFilesLines
* verific: Fix conditions of SVAs with explicit clocks within proceduresJannis Harder2022-05-031-0/+11
For SVAs that have an explicit clock and are contained in a procedure which conditionally executes the assertion, verific expresses this using a mux with one input connected to constant 1 and the other output connected to an SVA_AT. The existing code only handled the case where the first input is connected to 1. This patch also handles the other case.