Forum Discussion
5 Replies
- RichardT_altera
Super Contributor
In 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
- MAlas1
New Contributor
Thanks for reply, is it passable to add vcomponents unisim library?
- MAlas1
New Contributor
How to download unisim library?
- RichardT_altera
Super Contributor
I am not familiar with unisim library but I found this forum case that could help with your inquiry? Please refer to the link below.
https://electronics.stackexchange.com/questions/60319/how-to-add-the-xilinx-library-to-modelsim
- ahaa
Occasional Contributor
Have you solved this problem? I meet the same question now ,and when I copy unisim vhdl library from vivado to quartus library, but more detail errors were reported and some previous errors.
Do you have some suggestions or solutions?
Thanks very much!