Week 04: More AXI Streaming and Verification

More Accelerators and Verification

You are not logged in.

Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.

Overview

This week we'll be continuing on with our streaming pipeline. We'll bring in the Holiest of Holy algorithms in our religion, the Fast Fourier Transform (shield your eyes/genuflect here), and use mix it with some stuff we write to get some more acceleration. We could write our own, but we'll just implement one from Vivado's stable of IP instead.

axis idea

Building something like this for week 04. Data goes down into the fabric...you run an FFT on it...data comes back up. For now we'll just visualize the magnitude of the Fourier transform output, but that's not always what you want to do.

Individual Parts