Forum Discussion
Altera_Forum
Honored Contributor
14 years agofloating point operating in vhdl (fixed_pkg)
Hi all; I have write a code using fixed_pkg. It compile successfully in quartus, but when I try to simulate in ModelSim an error occur. ------------------------------------------------------...
Altera_Forum
Honored Contributor
9 years agoYou can:
A) Try to rename ieee_proposed to ieee in files like fixed_pkg_c.vhd OR B) Custom script to compile testbench that exclude fixed_pkg_c, fixed_float_types_c, etc.. files.