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 agoWithout specifying an alternative library, all package code goes to default library work and
could be made available like thisLIBRARY work;
USE work.<packagename>.all;