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