Forum Discussion
Altera_Forum
Honored Contributor
17 years ago1. An error message ending with expecting ";" usually exactly means, you forgot a ";".
2. As with many other programming languages, succeeding errors should be reviewed after correcting the first. 3. The correct package reference would be in your caseLIBRARY work;
USE work.pack.all; 4. As you already found out, project specific package code normally would be placed in the project directory.