You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is 1 branch condition not covered on line 831 (is_hwloop_body never seen at 1) of cv32e40p_controller during all the simulation non-regressions:
No return from interrupt, ecall, ebreak or exceptions in DECODE_HWLOOP FSM state on the instruction before the last one in HWLoop 1 and with HWLoop 1 counter <= 1 while it happened on HWLoop 0 (line 840).
This looks like issue #1005 which happened in DECODE FSM state. But despite it was possible to demonstrate it could not happen by updating a test for this mentioned issue, no test update allowed to demonstrate the same for the present case.
The text was updated successfully, but these errors were encountered:
Component
Component:RTL
Issue Description
There is 1 branch condition not covered on line 831 (is_hwloop_body never seen at 1) of cv32e40p_controller during all the simulation non-regressions:
No return from interrupt, ecall, ebreak or exceptions in DECODE_HWLOOP FSM state on the instruction before the last one in HWLoop 1 and with HWLoop 1 counter <= 1 while it happened on HWLoop 0 (line 840).
This looks like issue #1005 which happened in DECODE FSM state. But despite it was possible to demonstrate it could not happen by updating a test for this mentioned issue, no test update allowed to demonstrate the same for the present case.
The text was updated successfully, but these errors were encountered: