Forum Discussion
Altera_Forum
Honored Contributor
18 years agocoupla n00b Q's on libraries
Hi we just started using Quartus on my course and we've come up stuck trying to create a library the notes we have been following from Penn Uni give the code: -- Package declaratio...
Altera_Forum
Honored Contributor
18 years agoCorrect syntax is like this:
library ieee;
use ieee.std_logic_1164.all;
library work;
use work.basic_func.all;