Altera_Forum
Honored Contributor
10 years agoMatrix Multiplication Algorithm
Hello, Can anyone recommends me what is best way to multiply rectangular matrices that minimizes the combinational function?? I have written matrix multiplication code but total combinational functional are exceeding the maximum comb. functional of the device????
On searching some forums, I have found that one can do the multiplication using SRAM..I need some documentation on it?? How to use SRAM? and how it can be used for matrix multiplication...where can i found documentation on it??