ecall is reported as retiring, and increments minstret
Created by: eroom1966
The ecall instruction does not retire, and it should not increment minstret from the manual
As ECALL and EBREAK cause synchronous exceptions, they are not considered to retire, and should not increment the minstret CSR.
The attached (gzipped) elf can reproduce the issue