Hi everyone!
We are finally announcing the availability of both source code and build tools to kickstart your next project with MKRVidor4000!
All the code is available at https://github.com/vidor-libraries/VidorBitstream ready to be forked, compiled, modified and contributed back.
The projects we previously released as precompiled libraries (VidorGraphics and VidorPeripherals) have been adapted to a new, more flexible architecture, which allows to dynamically discovery which IPs are instantiated in the FPGA and, in case they need to control hardware pins, to require them very easily.
Moreover, we also release an experimental USB Blaster "emulator" that can run on the SAMD21 and provide a full fledged JTAG programmer directly connected to the Cyclone10 FPGA. Unfortunately we could only release it in precompiled format due to licensing issues, so you'll need SAMD core 1.6.25 (already available via Board Manager) to compile and link the library.
So, what are you waiting? Let's start hacking 8) !