Skip to content

Commit

Permalink
[UVM] Fix regression failure caused by a false negative (chipsallianc…
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth authored Mar 22, 2024
1 parent bd235e1 commit 55f5f95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class soc_ifc_env_mbox_dlen_invalid_sequence extends soc_ifc_env_mbox_sequence_b

function new(string name = "" );
super.new(name);
this.mbox_sts_exp_error = 1;
this.mbox_sts_exp_error_type = EXP_ERR_RSP_DLEN;
endfunction

endclass

0 comments on commit 55f5f95

Please sign in to comment.