You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[top_earlgrey/dv] Wait for SBA ready before reading in chip_sw_lc_raw_unlock_vseq
Prior to this commit, this vseq would try to read a CSR via JTAG without
checking if SBA is non-busy. The `rom_raw_unlock` test failed (for some
seeds) because the SBA was indeed busy, which caused an `sbbusyerror`
that never got cleared.
Signed-off-by: Andreas Kurth <[email protected]>
0 commit comments