You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes sense. But it doesn't seem to be in the spec to assert the exception in this case. The spec says:
It is not allowed to specify link register r9 (see Register Usage on page 335) as rB.
This is because an exception in the delay slot (including external interrupts) may cause
l.jalr to be reexecuted.
It's not clear that the exception assertion is correct. Do you have any thoughts?
When mor1kx receives 'jalr to link register (r9)'
illegal instruction exception should be asserted as in or1ksim, but it doesn't
You can reproduce by inserting 'insn: 0x48004800'
in mor1kx_decode.v, changing as below should fix this.
The text was updated successfully, but these errors were encountered: