pito_riscv icon indicating copy to clipboard operation
pito_riscv copied to clipboard

[BUG] Unknown/Unsupported instructions must be handled by throwing an exception

Open hossein1387 opened this issue 1 year ago • 0 comments

Currently PITO pipeline executes any instruction that is fed into the pipeline. Pito verification monitor prevents simulation to run if unsupported/ Unknown instruction is fetched for execution. However, we should handle this in RTL as well. Pito must through an exception,

hossein1387 avatar Jun 23 '23 19:06 hossein1387