Skip to content

Commit

Permalink
[hmac,dv] Increase time before reset
Browse files Browse the repository at this point in the history
- Increase the time before reset to let the test doing something
  relevant and let some checks to happen.

Signed-off-by: Martin Velay <[email protected]>
  • Loading branch information
martin-velay authored and rswarbrick committed Jan 16, 2025
1 parent 7f6d9bd commit 5f89d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/hmac/dv/env/seq_lib/hmac_stress_reset_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ endfunction : new

task hmac_stress_reset_vseq::body();
for (int i = 1; i <= num_trans; i++) begin
run_seq_with_rand_reset_vseq(create_seq_by_name("hmac_long_msg_vseq"), 1, 100);
run_seq_with_rand_reset_vseq(create_seq_by_name("hmac_long_msg_vseq"), 1, 1_000);
end
endtask : body

0 comments on commit 5f89d80

Please sign in to comment.