Skip to content

Commit

Permalink
[rom_ctrl,dv] Add the kmac error check sequence to stress_all
Browse files Browse the repository at this point in the history
The motivation is a bit silly: it covers a toggle coverage point,
where we'd like to see the KMAC response signal go between 0 and 1.
Running this sequence in the middle of some smoke sequences covers it
appropriately.

Signed-off-by: Rupert Swarbrick <[email protected]>
  • Loading branch information
rswarbrick committed Jan 21, 2025
1 parent bdfd04d commit 7240b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/rom_ctrl/dv/env/seq_lib/rom_ctrl_stress_all_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ constraint rom_ctrl_stress_all_vseq::num_trans_c {
}

task rom_ctrl_stress_all_vseq::body();
string seq_names[] = {"rom_ctrl_smoke_vseq"};
string seq_names[] = {"rom_ctrl_smoke_vseq", "rom_ctrl_kmac_err_chk_vseq"};
for (int i = 1; i <= num_trans; i++) begin
uvm_sequence seq;
rom_ctrl_base_vseq rom_ctrl_vseq;
Expand Down

0 comments on commit 7240b02

Please sign in to comment.