Forum Discussion
Altera_Forum
Honored Contributor
17 years agoError: top level design entity " " is undefined
we have problem in compiling VHDL code in Quartus II software. Every time we compile it shows the Error:top level design entity " file name" is undefined. We are even taking care of the case se...
AMish34
New Contributor
6 years agoYou should match ur filename with the name after module.
like if ur filename is section1. then in ur code there should be module section1 ().