Skip to content

Commit

Permalink
[dv/rom/lc] Add some delay after reset in lc_raw_unlock_vseq
Browse files Browse the repository at this point in the history
Signed-off-by: Eitan Shapira <[email protected]>
  • Loading branch information
eshapira authored and jdonjdon committed Oct 4, 2023
1 parent 94c9e37 commit 7dd6bc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/top_earlgrey/dv/env/seq_lib/chip_sw_lc_raw_unlock_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class chip_sw_lc_raw_unlock_vseq extends chip_sw_base_vseq;
jtag_lc_state_transition(DecLcStRaw, DecLcStTestUnlocked0);
// Complete state transition
apply_reset();
// Needed to add extra delay between the reset and the JTAG read of the lc_ctrl status
// register.
#(10us);
wait_lc_ready();

// After reset, clock bypass back to 'off'.
Expand Down

0 comments on commit 7dd6bc4

Please sign in to comment.