Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

About Quartus Prime

Ryo10
Beginner
1,102 Views

After adding the Verilog HDL File (named "sam") and creating the program
When I compile
The following error appears.
“top-level design entity “sam” is undefined”

Settings → General "top-level entity" is "sam".
Even if I right-click "sam.V" in "Project Navigator" and select "Set as top-level entity" and compile, the same error occurs.

I would like to know how to solve this problem.

Labels (1)
0 Kudos
5 Replies
roeekalinsky
Valued Contributor I
1,067 Views

Inside your file sam.v, is there actually a definition for a module called sam?

Ryo10
Beginner
1,054 Views

ファイル sam.v 内というのがどの場所を示すのかわかっていないのですが、

プロジェクト及びプログラムの保存先は添付の画像通りの内容になります。

スクリーンショット 2024-02-07 084831.png

 

 

 

 

 

 

 

 

モジュールの定義があるか確認はどこを見れば良いでしょうか。

詳しく教えていただけると助かります。

 

以上、よろしくお願いいたします。

0 Kudos
roeekalinsky
Valued Contributor I
1,047 Views

Navigate to the file sam.v.  Open the file in a text editor.  What is the content of the file?  Please post it here.

0 Kudos
RichardTanSY_Intel
1,012 Views

He meant that the module name must match the file name. Please refer to the picture below for clarification.

capture1.JPGcapture.JPG
Regards,

Richard Tan

 

RichardTanSY_Intel
919 Views

I believe your inquiries are answered.

Now, I will transition this thread to community support. If you have any further questions or concerns, please don't hesitate to reach out.

Thank you and have a great day!


Best Regards,

Richard Tan




0 Kudos
Reply