Open mithro opened 7 years ago
LiteX supports lm32, mor1k, risc-v and soon sh2 CPU architectures. Currently the emulation assumes lm32 arch.
Qemu supports emulation of all these archs, so we should support using them.
Both or1k and lm32 now work.
https://github.com/timvideos/qemu-litex/blob/master/build-litex-qemu.sh#L76-L89
LiteX supports lm32, mor1k, risc-v and soon sh2 CPU architectures. Currently the emulation assumes lm32 arch.
Qemu supports emulation of all these archs, so we should support using them.