Forum Discussion
Altera_Forum
Honored Contributor
11 years agoMatrix Package in VHDL
Hello, I have found that there is matrix package provided by Altera which includes several functions that we can perform on matrices. Anyone who has already used this package?? Since I am creating ma...
Altera_Forum
Honored Contributor
11 years agoThis package uses real types.
You could use the integer matrices, but the real matrices are not suitable (real types have no meaning to a synthesisor) You need to define your own types , in your own package, with the fixed point package.