Altera_Forum
Honored Contributor
13 years agoDE2_top not compiling
In trying to teach myself Verilog. I am having trouble compiling the most basic of functions
I just have the DE2_top file which is nothing more than a list of all the pins and an endmodule command written at the bottom in a folder labeled "test" upon compiling it keeps telling me that "test" is undefined. "Test" is merely the name of the folder where the DE2_top resides. the DE2_top was take off of the DE2_examples cd. Why is this? shouldn't this thing compile? It is the bare bones design. Every design I have worked on has been someone else's work. What else do I need to do to get this basic thing to work right? Thanks