Altera_Forum
Honored Contributor
15 years agoAvalon wrapper for altfp_matrix_mult?
Has anyone created av avalon wrapper for the altfp_matrix_mult component, or even the complex multiplication component? I want to multiply about 4096 complex numbers with 4096 complex coefficients using NIOS. The way I currently have it implemented, all of the multiplications occur in software, and take many many cycles to complete. If there is a way to connect either multiplication component to an avalon streaming, or MM interface, I may be able to cut the cycles down.
Any ideas? Perhaps someone knows a faster way to do matrix multiplications, without having to use for loops and large amounts of NIOS cycles. Any insight?