Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

VHDL newbie : package and "use" directive

Hi ! However hard I try to insert those 2 lines in my vhdl top level design (multiplexer.vhd) : library WORK; use WORK.multiplexer_Pkg.all; my component instantiations located in my to...