Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
告知
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.
21615 ディスカッション

Can't compile example Cyclone10 GX projects in Quartus Prime 23.1 Pro

Oliver_I_Sedlacek
新規コントリビューター III
2,921件の閲覧回数

To get off the ground with my shiny, new (and expensive) Cyclone 10 GX development board I went to https://www.intel.com/content/www/us/en/design-example/714945/cyclone-10-gx-pcie-gen2-x4-dma.html and downloaded the .par file. Quartus 23.1 was happy to open it and wanted to run an IP upgrade, which also ran.

However, compiling falls over with the error:

Error(19021): The same file name "top_hw" is used for different IP files. The same name cannot be used for more than one IP file. Only directly include the .ip file, not the .qip or .qsys.
Error(22175): file: "C:/Users/olivers/Documents/sbsvn/Client/misc/GXexamples/Cyclone10GX_PCIeGen2x4_DMA_18_0_project/platform/top_hw.qsys"
Error(22175): file: "C:/Users/olivers/Documents/sbsvn/Client/misc/GXexamples/Cyclone10GX_PCIeGen2x4_DMA_18_0_project/platform/top_hw/top_hw.qip"

If I remove the QIP then compilation crashes the Quartus fitter.

Any suggestions?

 

 

0 件の賞賛
1 解決策
Nurina
従業員
2,715件の閲覧回数

Hi Oliver,

 

I don't see any report. However I am recalling a known issue, do you receive the same Internal Error: Internal Error: Sub-system: DCALC, File: /quartus/ddb/dcalc/dcalc_bcm_modules_cache.cpp, Line: 176Could not load pdb file - e:/quartus/quartusprimepro23.1_installed/devices/20nm/ddb_nightfury_timing_corner_db

 

Do you have only Cyclone 10 GX device installed? If yes, the current workaround in 23.1 is to install Arria 10 device, or you may use 22.4 instead.

 

Regards,

Nurina

 

元の投稿で解決策を見る

16 返答(返信)
sstrell
名誉コントリビューター III
2,899件の閲覧回数

Go into Platform Designer, opening the .qsys file, and try generating the system manually there.  Then try compiling again in Quartus.

Oliver_I_Sedlacek
新規コントリビューター III
2,872件の閲覧回数

Aaargh, another miserable morning trying to log in! Anyway I tried manual QSYS generation and it made no difference, Quartus still crashed.

Oliver_I_Sedlacek
新規コントリビューター III
2,872件の閲覧回数

See above, no difference. I do submit crash reports but there's no sign that Intel receive them.

Nurina
従業員
2,887件の閲覧回数

Hi,


Have you tried the above solution?

It works from my end.


Regards,

Nurina


FvM
名誉コントリビューター II
2,844件の閲覧回数

Seriuosly,


I don't remember a QPP design example (Arria 10 GX, Cyclone 10 GX dev kit) that runs without manual editing and some trial and error. The duplicated instance name reported by Oliver is a typical example. It hasn't primary to do with necessary IP update but with changes in Platform designer operation after V18.

It's annoying that Intel didn't yet manage to provide updated example projects  for the most popular development kits that simply run off-the-box. You could really enhance customer satisfaction considerably.

Just my two cents,

Frank 

Nurina
従業員
2,809件の閲覧回数

Hi Frank,

 

Thank you for the feedback.

I do agree that something needs to be done with these legacy example designs. But since there are workarounds for these example designs, this is not prioritised by Intel PSG. Instead, Intel PSG is focusing more on hyperflex devices (Stratix 10/Agilex) and there are plans to migrate legacy example designs to hyperflex devices. 

Sorry for the inconvenience.

 

Regards,

Nurina

Nurina
従業員
2,829件の閲覧回数

Hi Oliver,


Can you share the crash report here?


Regards,

Nurina


Nurina
従業員
2,811件の閲覧回数

Here is a working project. 

I removed the top.qip from the project then opened top.qsys on platform designer. There I upgraded the IPs, sync system infos and validate system integrity and lastly generate HDL.

 

Can you try this from your end?

 

Regards,

Nurina

Oliver_I_Sedlacek
新規コントリビューター III
2,768件の閲覧回数

No joy with that, crashes Quartus as before.

Nurina
従業員
2,763件の閲覧回数

Hi Oliver,


It crashes without showing any messages?

Which OS are you using?

Can you also confirm you have the minimum disk space:

Minimum Disk Space for Intel® FPGA Software

 - Intel® Quartus® Prime Pro Edition Design Software (40-145 GB)


Regards,

Nurina


Oliver_I_Sedlacek
新規コントリビューター III
2,760件の閲覧回数

Windows 10 Professional 64 bit, 669 GB free. There is no message from the main Quartus window, what it does is throw up a crash reporter. I've pressed the 'Submit report' most times but I've no idea what that does. At the top of this thread I've posted in what I see if I click on the 'Preview report'.

Nurina
従業員
2,716件の閲覧回数

Hi Oliver,

 

I don't see any report. However I am recalling a known issue, do you receive the same Internal Error: Internal Error: Sub-system: DCALC, File: /quartus/ddb/dcalc/dcalc_bcm_modules_cache.cpp, Line: 176Could not load pdb file - e:/quartus/quartusprimepro23.1_installed/devices/20nm/ddb_nightfury_timing_corner_db

 

Do you have only Cyclone 10 GX device installed? If yes, the current workaround in 23.1 is to install Arria 10 device, or you may use 22.4 instead.

 

Regards,

Nurina

 

Oliver_I_Sedlacek
新規コントリビューター III
2,623件の閲覧回数

Nurina, thanks for that, yes adding Arria 10 device support fixes the Quartus crashing problem. We had a public holiday here on Monday, and with the time zone difference you'll have to cut me some slack on getting back to you.

Oliver

FvM
名誉コントリビューター II
2,688件の閲覧回数

I can compile top_23_1_0_115.qar in QPP 22.4 and 23.1, both Windows. 22.4 de-archiver complains about wrong Quartus version, but the project is unpacked and can be opened.

Nurina
従業員
2,642件の閲覧回数

Hi Oliver,


Does above workaround solves your problem?


Regards,

Nurina


Nurina
従業員
2,608件の閲覧回数

Hi Oliver,


I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Feel free to open a new thread or 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.

 

Have a great day!


Best regards,

Nurina


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.


返信