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 agoFor a start, as a beginner, you should never use variables. Like the above code, they just give poor results (because unless you know what you're doing, you just end up with one cominatorial logic chain). Much better to stick with signals.