Forum Discussion

ShashwatS's avatar
ShashwatS
Icon for New Contributor rankNew Contributor
3 years ago

Top Level Design Error in my Verilog code

There is a "top level design" error in my Verilog code. Please mention some instructions to resolve this issue asap.

The code is for a C element in DMR

4 Replies

  • As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


    Thank you.


    Best Regards,

    Richard Tan


    p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.


  • As sstrell mentioned, the top level entity name is mismatch with the module name.

    To solve this, right-click the file and set it as Top-Level Entity.

    Best Regards,

    Richard Tan

    p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    The name you've specified as the top level entity in your Quartus project (celement) does not match the module name (c_element).