Forum Discussion

GD76's avatar
GD76
Icon for Occasional Contributor rankOccasional Contributor
4 years ago

ieee 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...