coreblocks icon indicating copy to clipboard operation
coreblocks copied to clipboard

Fail on unsupported instructions

Open xThaid opened this issue 1 year ago • 1 comments

Decoder should set the illegal instruction signal when we don't support an instruction. Right now decoder happily decodes all instructions (doesn't matter if we have multiplication or division unit) and then the instructions get stuck in the scheduler and we have a deadlock.

xThaid avatar May 25 '23 21:05 xThaid