Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFixed point
Hello all, I'm a beginner and have been reading up on how to implement fixed point in vhdl designs. I've downloaded the Altera package for fixed point from the eda stds website. The pro...
Altera_Forum
Honored Contributor
15 years agoTry this:
library floatfixlib; use floatfixlib.fixed_pkg.all; But have you included the files in the project, rather than just put them in the project folder? Quartus doesnt have native support for them yet (hopefully soon) so you have to include them in your list of files included in each project.