Matrix Multiplication on FPGA

Developing an efficient algorithm specially tailored for implementation on FPGA for efficient matrix multiplication.

Matrix multiplication is a costly and at the same time ubiquitous operation in modern computing, therefore the need arises for an efficient algorithm to achieve this task. Given the accessibility to modern hardware in the form of FPGA and the advances in parallel and distributed computing we thus take on us the task of finding an efficient parallel way to achieve this task within the scope of this project.