Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHello,
No changes, if i chose to call all library ieee_proposed;use ieee_proposed.fixed_pkg.all; for: use work.fixed_package.all; this modelsim error: # ** error: fixed_pkg_c.vhdl(22): library ieee_proposed not found.# ** error: fixed_pkg_c.vhdl(23): (vcom-1136) unknown identifier "ieee_proposed".# ** error: fixed_pkg_c.vhdl(28): vhdl compiler exiting# e:/altera/11.1sp2/modelsim_ase/win32aloem/vcom failed. or this quartus error: error (10481): vhdl use clause error at pack.vhd(9): design library "work" does not contain primary unit "fixed_package"
error (10800): vhdl error at pack.vhd(9): selected name in use clause is not an expanded name you can choose the fun. Alfonso. PS: I think you talked to me to use some libs for some files. Except the main, and the uart, all other need sfixes. You suggest me to use use work.fixed_package.all; only for main and uart, will it work?