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
14 years agoif you just run vcom it will add it to the work libarary. To add a file to the specific library, you need the -work option
vcom fixed_float_types_c.vhdl -work ieee_proposed vcom fixed_pkg_c.vhdl -work ieee_proposed