diff --git a/hw/ip/pwm/dv/cov/manual_excl.vRefine b/hw/ip/pwm/dv/cov/manual_excl.vRefine new file mode 100644 index 0000000000000..6a78ab045b027 --- /dev/null +++ b/hw/ip/pwm/dv/cov/manual_excl.vRefine @@ -0,0 +1,15 @@ + + + + + + + diff --git a/hw/ip/pwm/dv/pwm_sim_cfg.hjson b/hw/ip/pwm/dv/pwm_sim_cfg.hjson index 264519d009e3e..684c18779fb33 100644 --- a/hw/ip/pwm/dv/pwm_sim_cfg.hjson +++ b/hw/ip/pwm/dv/pwm_sim_cfg.hjson @@ -38,7 +38,10 @@ sim_tops: ["pwm_bind", "pwm_cov_bind", "sec_cm_prim_onehot_check_bind"] // Coverage exclusion - xcelium_cov_refine_files: ["{proj_root}/hw/ip/pwm/dv/cov/pwm_unr_excl.vRefine"] + xcelium_cov_refine_files: [ + "{proj_root}/hw/ip/pwm/dv/cov/pwm_unr_excl.vRefine" + "{proj_root}/hw/ip/pwm/dv/cov/manual_excl.vRefine" + ] // Default iterations for all tests - each test entry can override this. reseed: 50