When a case description is complete and there is an additional default just to respect good practice/coding rules,
it is reported as a uncovered by coverage tools and should be analysed and waived again and again.
Replacing one of the case description value by default allows to definitively solve the problem.
In cv32e40p_decoder.sv, this occurs 3 times on lines 1911, 2096 and 2129.
Issue Description
When a case description is complete and there is an additional default just to respect good practice/coding rules, it is reported as a uncovered by coverage tools and should be analysed and waived again and again. Replacing one of the case description value by default allows to definitively solve the problem.
In cv32e40p_decoder.sv, this occurs 3 times on lines 1911, 2096 and 2129.
Component
Component:RTL
Steps to Reproduce
RTL code review