Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in dff_cocotb test
There is no constraint on tb.stop() action with regards to all other coroutines waiting for clock rising edge. This may lead to mismatching transactions and expectations being sent to Scoreboard and the following error: AssertionError: Received a transaction but wasn't expecting anything Waiting on ReadOnly trigger ensures that all other coroutines have performed their actions before the testbetch is stopped.
- Loading branch information