AI hardwareIn preparation
RTL Design: CNN Accelerators
Map convolution and data reuse to hardware and implement the operations of a small CNN inference workload.
ConvolutionQuantizationInference accelerators

What you will learn
- Map convolution inputs, weights and outputs
- Build quantized, fixed-point reference results
- Supply data through buffers and an arithmetic array
- Connect activation and output processing and compare results
Recommended prior course
RTL Design: Systolic Arrays ↗Curriculum
- CNN operations and convolution
- Quantization and a reference model
- Data reuse and buffering
- Connecting and checking inference operations