Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jtag,dv] Fix race between tck_in_use and trst_n
The DV_SPINWAIT_EXIT call will kill drive_jtag_req if trst_n goes low in the middle of a JTAG transaction. This is reasonable, but we mustn't leave tck_in_use asserted. Move that acquire/release pair outside of the DV_SPINWAIT_EXIT call. Signed-off-by: Rupert Swarbrick <[email protected]>
- Loading branch information