Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move timing statement outside of
always_comb
block (#2552)
Fix following requirement: The assertion included in the always_comb block apparently violates the requirements in [section 9.2.2.2.2 of the SystemVerilog standard](https://ieeexplore.ieee.org/document/10458102): Statements in an always_comb shall not include those that block, have blocking timing or event controls, or fork-join statements.
- Loading branch information