Missing case default #959
Labels
Component:RTL
For issues in the RTL (e.g. for files in the rtl directory)
Status:Resolved
Issue has been resolved, but closure is pending on git merge and/or issuer confirmation
Type:Enhancement
For feature requests and enhancements
Issue Description
It is generally a good practice/coding rule to have a default for every case.
Moreover missing default is reported as a hole by coverage tools and should be analysed and waived again and again.
In cv32e40p_load_store_unit.sv, this occurs 4 times on lines 123, 131, 143 and 156.
Component
Component:RTL
Steps to Reproduce
RTL code review
The text was updated successfully, but these errors were encountered: