This patchset adds support for the LatticeMico32 softcore processor by Lattice Semiconductor.
Changes since v1: - removed variables which are no longer in use - replaced some tcg ops with specialized ones - kill VM in case of an unknown opcode - fixed tracepoints format strings to match existing ones The nop detection is still there, i'll fix it in a later commit if this is ok? The microblaze port could then be fixed in the same way. Btw, should i prefix the commit messages with 'lm32' or 'target-lm32'?