-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Hello. I saw several projects aiming to integrate softcore to Arduino IDE in a way that the FPGA can then be programmed in C quite easily without much user setup.
For example the lattuino project:
http://fpgalibre.sourceforge.net/Lattuino_en/index.html#tp2
https://github.com/INTI-CMNB/Lattuino_IP_Core
https://github.com/INTI-CMNB/AVR_for_iCE40_IP_Core
Or the FPGArduino:
http://www.nxlab.fer.hr/fpgarduino/
https://github.com/f32c/f32c
Do you think, you can provide such support for icebreaker board? (doesn't need to be AVR, might as well be RISC-V)
I fully understand the difference between programming FPGA in HDL and programming softcore in C. But i think such integration would be great showcase for beginners who come from arduino world to slowly ease into FPGA...
Thanks for considering this.