Skip to content

Commit

Permalink
[flash_ctrl,dv] fix phy_host_gran_err test
Browse files Browse the repository at this point in the history
Replace fatal_err.max with cfg param shared between closed source.

Signed-off-by: Jaedon Kim <[email protected]>
  • Loading branch information
jdonjdon authored and eshapira committed Sep 20, 2023
1 parent 8ff69ef commit c7ebaeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class flash_ctrl_phy_host_grant_err_vseq extends flash_ctrl_err_base_vseq;
string path = "tb.dut.u_eflash.gen_flash_cores[0].u_core.muxed_part";

cfg.scb_h.expected_alert["fatal_err"].expected = 1;
cfg.scb_h.expected_alert["fatal_err"].max_delay = 2000;
cfg.scb_h.expected_alert["fatal_err"].max_delay = cfg.seq_cfg.long_fatal_err_delay;
cfg.scb_h.exp_alert_contd["fatal_err"] = 10000;
cfg.scb_h.check_alert_sig_int_err = 0;

Expand Down

0 comments on commit c7ebaeb

Please sign in to comment.