Forum Discussion
leonardo_forum
Occasional Contributor
3 years agoHello,
You can add the VHDL-2008 Support Library to your project (files fixed_pkg_c.vhdl and fixed_float_types_c.vhdl) and add this declaration:
library ieee_proposed;
use ieee_proposed.fixed_pkg.all;
The library is available at https://github.com/FPHDL/fphdl
Cheers