Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

problem in compiling

Altera_Forum
Honored Contributor II
2,193 Views

Hi everyone, 

I am really new in using quartus to compile verilog design and new in verilog too. When i compile a simple verilog code using Quartus II, these error appear but I have no idea how to fix it. Could anyone please help me on it? I really appreciate your help.  

 

Error: Top-level design entity "Part1" is undefined 

Error: Quartus II Analysis & Synthesis was unsuccessful. 1 error, 0 warnings 

Error: Peak virtual memory: 191 megabytes 

Error: Processing ended: Wed Mar 17 17:19:58 2010 

Error: Elapsed time: 00:00:02 

Error: Total CPU time (on all processors): 00:00:02 

Error: Quartus II Full Compilation was unsuccessful. 3 errors, 0 warnings
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
1,485 Views

You need to select your Verilog file as the top level for your design.

0 Kudos
Altera_Forum
Honored Contributor II
1,485 Views

 

--- Quote Start ---  

You need to select your Verilog file as the top level for your design. 

--- Quote End ---  

 

 

 

Hi, 

 

additional check the module name of the toplevel. Be aware that Verilog is case sensitive. 

 

Kind regards 

 

GPK
0 Kudos
Altera_Forum
Honored Contributor II
1,485 Views

Thanks guys, 

I got it. It works well now. :)
0 Kudos
Reply