Skip to content

Commit

Permalink
[dv/flash] Increase fatal_err delay in flash_ctrl_phy_ack_consistency…
Browse files Browse the repository at this point in the history
… test

This is a cherry pick of commit d63d372
to branch earlgrey_1.0.0.

Signed-off-by: Eitan Shapira <[email protected]>
  • Loading branch information
eshapira authored and andreaskurth committed Sep 6, 2024
1 parent 22837a3 commit 282d863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class flash_ctrl_phy_ack_consistency_vseq extends flash_ctrl_phy_host_grant_err_
cfg.scb_h.skip_alert_chk["recov_err"] = 1;

cfg.scb_h.expected_alert["fatal_err"].expected = 1;
cfg.scb_h.expected_alert["fatal_err"].max_delay = 20000;
cfg.scb_h.expected_alert["fatal_err"].max_delay = 2_000_000;
cfg.scb_h.exp_alert_contd["fatal_err"] = 10000;
$assertoff(0, "tb.dut.u_eflash.gen_flash_cores[0].u_host_rsp_fifo.gen_normal_fifo.u_fifo_cnt");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class flash_ctrl_phy_ack_consistency_vseq extends flash_ctrl_phy_host_grant_err_
cfg.scb_h.skip_alert_chk["recov_err"] = 1;

cfg.scb_h.expected_alert["fatal_err"].expected = 1;
cfg.scb_h.expected_alert["fatal_err"].max_delay = 20000;
cfg.scb_h.expected_alert["fatal_err"].max_delay = 2_000_000;
cfg.scb_h.exp_alert_contd["fatal_err"] = 10000;
$assertoff(0, "tb.dut.u_eflash.gen_flash_cores[0].u_host_rsp_fifo.gen_normal_fifo.u_fifo_cnt");

Expand Down

0 comments on commit 282d863

Please sign in to comment.