Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prim,dv] Fix a failure mode for ASSERT_FPV_LINEAR_FSM
I tweaked this assertion in commit b5b4087 (to allow a formal tool to see the assertion run to completion). But that caused failures in a chip-level test. The test resets the block (which causes the FSM state to go back to its initial value) but the "until" operator doesn't complete for some reason. Tweaking the "until" so that it waits until the condition above gets cleared seems to work. This seems surprising to me (since I would expect the difference to be the other way around) but it seems to solve the problem. Signed-off-by: Rupert Swarbrick <[email protected]>
- Loading branch information