How to manage software exceptions inside HW loops?
Created by: pascalgouedo
With ecall removed from HW loop body authorized instructions, there is no way to treat any exceptions by the software inside an HW loop. For instance Floating Point Divide by Zero flag should maybe trigger specific action and reset HW loop counter(s) in ecall handler depending of saved PC?