Forum Discussion
RichardT_altera
Super Contributor
6 years agoIn the VHDL Desgin Files (.vhd), clk_wlz_0_tmp.vhd, you tried to access the specified primary unit of the specified design library. However, the design library does not contain the primary unit, or the primary unit has not been successfully compiled.
For example, the Use Clause in the following code attempts to access the primary unit example, but the ieee design library does not contain the primary unit example:
LIBRARY ieee;
USE ieee.example;
You can also refer to the forum case below:
https://forums.intel.com/s/question/0D50P00003yyQPaSAM/custom-library-in-altera?language=en_US