HOLY CORE : My biggest project
This post is not technical but rather a way for me to share thoughts on the HOLY CORE project. For context, HOLY CORE is an open source RV32I compliant CPU that runs on FPGA and the entire developm...
This post is not technical but rather a way for me to share thoughts on the HOLY CORE project. For context, HOLY CORE is an open source RV32I compliant CPU that runs on FPGA and the entire developm...
Using cocotb to test basic design and AXI interface In the fast paced digital landscape, Cocotb is a testbench framework that allows blablabla… If you are here you already know what cocotb is and...
Using Real Time (RT) Analysis to Compute Worker Occuption on a Production Line When it comes to starting a new project in a manufacturing company, determining the costs to come up with a quote is ...
Python to FPGA video : Kickstart your FPGA AI Projects Based on this video. This is a “DIY” tutorial derived from my 9 hours course. As I cannot teach all the different concepts here, you’ll ...
Manual inference : A “bonus” sub-tutorial This post is a follow up to the “python to FPGA tutorial” . It covers the necessary process to manually implement the output IP from FINN in a design u...
DMA Tutorial : A hands-on example using Fast Fourier Transform (FFT) IP Based on this video. Level : Beginner +. If you come from the “begginer” section tag, please make sur you did the “impl...
Building your own AXI LED IP Based on this video. Level : Beginner in fpga (See prerequisites below). The repo containing HW & SW code Intro So you decided you want to learn more abou...