Skip to content

Commit

Permalink
Merge pull request openhwgroup#170 from XavierAubert/cv32e40p/bsm-upd…
Browse files Browse the repository at this point in the history
…ate_tb_files_WW08

Cv32e40p/bsm update tb files ww08
  • Loading branch information
dd-baoshan authored Feb 27, 2024
2 parents bc859bd + ca82bde commit e833720
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ class cv32e40p_xpulp_hwloop_base_stream extends cv32e40p_xpulp_rand_stream;
.set_label_for_first_instr(1),
.str_lbl_str(start_label_s),
.end_lbl_str(end_label_s),
.instr_label(label_s));

//Insert Random instructions till Loop HWLOOP_START0/1 label -> use_setup_inst ? 0 : num_fill_instr_loop_ctrl_to_loop_start[0/1]
if(!use_setup_inst[hwloop_L])
Expand Down
7 changes: 7 additions & 0 deletions cv32e40p/regress/cv32e40pv2_for_func_cvg_improvement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ tests:
test_cfg: gen_rand_int
skip_sim: pulp
num: 5

debug_test_trigger:
build: uvmt_cv32e40p
description: This custom legacy test is needed to improve func coverage holes in uvme_debug_covg
dir: cv32e40p/sim/uvmt
cmd: make test COREV=YES TEST=debug_test_trigger
num: 1

0 comments on commit e833720

Please sign in to comment.