Recently the coding ability of free LLMs has increased a lot. I’ve been playing with generating javascript and came up with a simple game: http://www.bposhaughnessy.com/nestegg.
Testing UIO Interrupts Over the last few posts I’ve been building what I consider to be a general purpose project for zybo. I have two
Making a bigger FFT In our last post we made an HLS project with the top function “fftTop”. In this article I’d like to change
UIO Drivers The UIO drivers are the ideal way to interface with your own FPGA blocks. Generally speaking FPGA blocks are going to be
Later on we are going to need to look at adding ubuntu so we can download packages and whatnot. Since there are kernel modules being
While looking into this the only petalinux distros available were very very old. Furthermore no recent BSP files are available for Zybo Z7. To
Vivado has an FFT IP that you can customize and instantiate. I was considering doing this and simply adding it to the block design, but