GD76
Occasional Contributor
4 years agoieee float and fixed point packages
Included the ieee.fixed and float as shown below in top.vhdl. The files are in Quartus/ieee/2008 folder.
library ieee; use ieee.fixed_pkg_vhdl2008.all; use ieee.float_pkg_vhdl2008.all;
In com...