Skip to content

Commit

Permalink
Merge pull request #2447 from dd-BeeNee/cv32e40p/dev_bnl_ww21
Browse files Browse the repository at this point in the history
Add 2 waivers for RTL code coverage (condition, for CFG_P_F0) after proven unreachable using Questa Formal
  • Loading branch information
MikeOpenHWGroup authored May 24, 2024
2 parents c60e3bd + d6f7244 commit 3a50f5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,5 @@ coverage exclude -feccondrow 211 4 -scope /uvmt_cv32e40p_tb/dut_wrap/cv32e40p_tb
coverage exclude -feccondrow 237 5 -scope /uvmt_cv32e40p_tb/dut_wrap/cv32e40p_tb_wrapper_i/cv32e40p_top_i/core_i/ex_stage_i -comment {one specific condition (Row5) is unreachable. Proven with Formal.}
coverage exclude -feccondrow 241 5 -scope /uvmt_cv32e40p_tb/dut_wrap/cv32e40p_tb_wrapper_i/cv32e40p_top_i/core_i/ex_stage_i -comment {one specific condition (Row5) is unreachable. Proven with Formal.}
coverage exclude -feccondrow 387 22 -scope /uvmt_cv32e40p_tb/dut_wrap/cv32e40p_tb_wrapper_i/cv32e40p_top_i/core_i/ex_stage_i -comment {unreachable in FPU config. It only could be hit with Z config for apu_read_dep_for_jalr.}
coverage exclude -feccondrow 387 17 -scope /uvmt_cv32e40p_tb/dut_wrap/cv32e40p_tb_wrapper_i/cv32e40p_top_i/core_i/ex_stage_i -comment {one specific condition (Row17) is unreachable. Proven with Formal.}
coverage exclude -feccondrow 396 15 -scope /uvmt_cv32e40p_tb/dut_wrap/cv32e40p_tb_wrapper_i/cv32e40p_top_i/core_i/ex_stage_i -comment {one specific condition (Row15) is unreachable. Proven with Formal.}

0 comments on commit 3a50f5e

Please sign in to comment.