Forum Discussion
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