IPaul
New Contributor
3 years agoQSYS component does ot compile in Quartus - missing library
I used a bunch of VHDL files which implement EnDAT interface to create a component in QSYS.
The files use design library called "endat22".
All works fine and Platform Designer generate QSYS file.
However, when I try to compile the design in Quartus, I get the following:
Error (10481): VHDL Use Clause error at control.vhd(52): design library "endat22" does not contain primary unit "endat5_pkg". Verify that the primary unit exists in the library and has been successfully compiled.
How to fix that ? How can I tell QSYS to use other library than "work" ?
(Note that in the past, all source VDHL files were just added to the Quartus project files and the compilation worked ok).