Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[earlgrey_es] Cherry-pick #19741

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ class flash_ctrl_invalid_op_vseq extends flash_ctrl_base_vseq;
flash_ctrl_start_op(flash_op);
flash_ctrl_write(flash_op_data, poll_fifo_status);
wait_flash_op_done(.clear_op_status(0), .timeout_ns(cfg.seq_cfg.prog_timeout_ns));
// Add guard time between previous alert detection complete and set the next expected alert
cfg.clk_rst_vif.wait_clks(100);

expect_alert = 1;
cfg.scb_h.expected_alert["recov_err"].expected = 1;
Expand Down
1 change: 1 addition & 0 deletions hw/ip/flash_ctrl/dv/flash_ctrl_base_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
{
name: flash_ctrl_invalid_op
uvm_test_seq: flash_ctrl_invalid_op_vseq
run_opts: ["+fast_rcvr_recov_err"]
reseed: 20
}
{
Expand Down
Loading