AI hardwareIn preparation
RTL Design: Systolic Arrays
Connect multiply-accumulate processing elements into an array and design a small matrix multiplication accelerator.
Matrix multiplicationMACDataflow

What you will learn
- Understand fixed-point arithmetic and accumulator width
- Design a reusable processing element
- Schedule array inputs and outputs
- Analyze data reuse and memory bandwidth
Recommended prior course
RTL Design: Datapaths & Pipelines ↗Curriculum
- Matrix multiplication and fixed point
- MAC processing elements
- Arrays and data scheduling
- Buffering and result checks