-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[otp_ctrl,dv] fix parallel sequence test
dai_wr has multiple csr access including backdoor access. In parallel_lc_esc vseq, `wait_csr_no_outstanding` is not good enough because it can terminate test thread while dai write operation is in progress. Update `rand_wait_csr_no_outstanding` s.t wait for no outstanding dai write operation. Signed-off-by: Jaedon Kim <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters