Add defined behavior for MRET in DEBUG mode
Created by: eroom1966
the behavior of MRET in DEBUG mode is unspecified. We have added 3 possible behaviors
- NOP
- JMP vector
- ILLOP & JMP vector
For cv32e40p this should b JMP to vector, this fixes an issue raised by @silabs-oysteink