Forum Discussion
Altera_Forum
Honored Contributor
9 years agoAnother thing of note: I just noticed in the Quartus GUI that while the files show up in the "Files" list, they are not shown "Design Units" in the Project Navigator. All other Design Units from other .vhd files (including other packages) are list there under "work".
EDIT: This was the tip-off, and always check your example code matches your actual project code. Channel_Config_Package was being called recursively in System_Config_Package due to a cut-and-paste error, causing Quartus to fail to elaborate both.