fupy / micropython

MicroPython port to litex FPGA platforms
https://micropython.org
MIT License
40 stars 14 forks source link

Figure out how to get the qemu-litex emulation working with fupy. #11

Open mithro opened 7 years ago

mithro commented 7 years ago

We have the start of qemu emulation for litex at https://github.com/timvideos/qemu-litex -- it would be really awesome if this could be used to allow people to develop micropython for FPGAs without needing the real hardware.

Obviously this only works for things like liteEth which have a more stable API and QEmu emulation. This won't work when people are doing custom gateware.