Systolic Array

  • A systolic array is a grid of interconnected Processing Elements (PEs) arranged in rows and columns.
  • Data pulses rhythmically through the array like blood through the heart (hence the name “systolic”).
  • The structure enables efficient parallel computation of linear algebra operations, especially:
  • Matrix multiplication
  • Convolution

Systolic Array