Altera_Forum
Honored Contributor
14 years agoquestion about VHDL library
Hi all,
when I compile my VHDL design, there is always a error saying that * design library "book_lib" does not contain primary unit "utils_pkg"*. Does anyone know how to fix it?Thanks Following is my code: library ieee,book_lib; use ieee.std_logic_1164.all,book_lib.utils_pkg.all; --bla bla bla