Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 722 Bytes

File metadata and controls

18 lines (13 loc) · 722 Bytes

How it works

Matrix multiplication is implemented using a systolic array architecture.

How to test

Every cycle feed packed weight data to Input pins and input data to Bidirectional pins. Strobe Enable pin to start receiving results of the matrix multiplication on the Output pins.

External hardware

MCU is necessary to feed weights and input data into the accelerator and fetch the results.