Altera Quartus Error (12007): Top-level design entity “alt_ex_1” is undefined

后端 未结 3 1002
刺人心
刺人心 2020-12-31 23:49

I\'ve looked at all the previous questions and no one seems to have a problem as simple as mine. Also I\'ve searched the web and can\'t find a solution.

I\'m new to

3条回答
  •  臣服心动
    2021-01-01 00:24

    In chapter Starting a New Project, you were asked to call your project light. It seems to me that you didn't follow that step correctly and name your project alt_ex_1. That's why you're getting 12007 error, since the compiler has no idea what is the top-level entity in you design.

    To solve that problem you can:

    1. Change the top-level entity assignment in Assignments -> Device -> General.
    2. Set your module as top-entity via Project Navigator (Files -> Set as top-level entity).

    Btw 1, 2, 3, ... - all about the same problem.

提交回复
热议问题