Forum Discussion
Altera_Forum
Honored Contributor
11 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 functio...
Altera_Forum
Honored Contributor
11 years agoIf you try implementing the code in NIOSII you could have a function for multiplication. You could also instantiate a LPM_MULT multiplier from the IP catlog to be the function that carries out the multiplication in your code. And for the SRAM thing you could try referring to the following link https://www.altera.com/solutions/technology/external-memory/sram.html. I am not sure how helpful the link would be. Thanks.