In debug, PPC reads the next instruction after 'ebreak'
Created by: edcarstens
The RI5CY core user manual says if debug mode is entered from an "ebreak" instruction, the PPC should read the address of the "ebreak" instruction. But it is actually reading the address of the next instruction. The NPC reads the next instruction address too, which agrees with the manual.