Fix Todo: remove TODO comment regarding csr save action during USER mode
Created by: silabs-PaulZ
Fixes three TODOs in the cv32e40p_cs_registers.sv RTL based on issue #430 (closed)
The comment is a reminder to check that the depc, mepc, and other csr status registers are properly implemented when a csr_save_cause event occurs (irq, exception, debug) while in USER mode. There are several existing issues regarding improper behavior around this piece of code that will not be fixed on CV32E40P, and are labeled with WAIVED:CV32E40P. I propose (with this PR) to remove the TODO comments and rely on these outstanding issues to resolve this USER mode code once the USER mode feature is added to the CV32E40.
Issues include: #132 #140 #157 #182 #306
Signed-off-by: Paul Zavalney paul.zavalney@silabs.com