coreblocks
coreblocks copied to clipboard
Fail on unsupported instructions
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.