Forum Discussion
Altera_Forum
Honored Contributor
11 years agoMatrix Multiplication optimization
Hello, I am using FPGA EP3C40Q240C8. I have written a code for Kalman filter in which I have to do matrix multiplication and matrix inverse. The problem is that there is no error in my code but Fitte...
Altera_Forum
Honored Contributor
11 years agoHi,
I've more questions than answers: - Is your code functionally correct? Is it working in simulation ? - Are you using large "for" loops ? - Is your implementation pipelined at all, or outputs are giant combinatorial function of the inputs ? - How many logic levels are reported by the fitter ? Thanks, Evgeni