Skip to content

Commit

Permalink
Included the gpio_straps_vseq in the gpio_stress_all_vseq list
Browse files Browse the repository at this point in the history
Merge the PR #25868 first.

Signed-off-by: Marcelo Carvalho Faleiro de Almeida <marcelo.carvalho@lowrisc.org>
  • Loading branch information
marcelocarvalhoLowRisc committed Feb 3, 2025
1 parent 29d7b87 commit 587efb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/ip/gpio/dv/env/seq_lib/gpio_stress_all_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class gpio_stress_all_vseq extends gpio_base_vseq;
"gpio_dout_din_regs_random_rw_vseq",
"gpio_intr_rand_pgm_vseq",
"gpio_rand_intr_trigger_vseq",
"gpio_random_long_reg_writes_reg_reads_vseq"};
"gpio_random_long_reg_writes_reg_reads_vseq",
"gpio_rand_straps_vseq"};
for (int i = 1; i <= num_trans; i++) begin
uvm_sequence seq;
gpio_base_vseq gpio_vseq;
Expand Down

0 comments on commit 587efb9

Please sign in to comment.