[Sevan Janiyan] shares their research on putting an open FPGA toolchain together. Specifically, this is an open toolchain for the Sipeed Nano Tang FPGAs, which are relatively cheap offerings by Sipeed from China. The official toolchain is proprietary and requires you to apply for a license that’s to be renewed every year. There’s a limited educational version you can use more freely, but of course, that’s not necessarily sufficient for comfortable work.
This toolchain relies on the apicula project, an effort to reverse-engineer, reimplement and document the Gowin FPGA bitstream format, as well as the gowin integration for nextpnr (an open tool for FPGA place-and-route). With a combination of yosys, apicula, nextpnr and openFPGAloader, [Sevan] put together a set of commands you can use to build gateware for your Nano Tang FPGAs – without any proprietary limitations blocking your way. They show a basic blinkie demo, and also a demo that successfully operates a parallel LCD connected to the board.
The availability of open toolchains for FPGAs has always been somewhat of a sore point. Wondering about open FPGA toolchains? This Supercon 2019 talk by Tim [Mithro] Ansell will get you up to speed!
We thank [feinfinger (sneezing)] for sharing this with us!
Not true: “The official toolchain is proprietary and pay-to-use”
It’s proprietary and you have to register “apply license” yearly but it’s free.
https://www.gowinsemi.com/en/support/faq/
Nothing wrong with open source alternatives, but the situation is not as bad is this implies.
ouch! thank you for letting me know, fixed!
Given the speed at which this area is developing, I don’t think any talk from 2019 can bring you up to speed. FPGAs are one of the most exciting areas of open source / free development!
I wonder if this work will see the Nano series added to Icestudio as target boards one day?
https://hackaday.com/2019/11/03/the-5-fpga/
oh cool! missed that one – definitely something I could’ve used as background for this article! Thank you!
I’ve been using just this toolchain! I have a 4k and 9k on my desk right now that I’ve been playing around with.