Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19997 Discussions

How to update s10_ref (20.2) so that it can be compiled using intel quartus pro 20.4

osmanyagci
New Contributor I
179 Views

Hi,

 

What modifications should I do on s10_ref (20.2) so that it is compiled successfully in intel quartus pro 20.4? When I try to compile it on intel quartus pro 20.4 without any modifications, it gives the following error. I am new to these concepts including PCIe, so I can not keep going. Can anybody help me on making necessary basic changes so that it is compiled successfully?

 

Error: 

Capture.PNG

 

Thanks in advance,

I would appreciate your response

0 Kudos
2 Replies
sstrell
Honored Contributor III
169 Views

In the IP tab of the Project Navigator in Quartus, double-click the IP with issues to reopen its parameter editor.  You should be able to fix the issues there, regenerate the IP, and then recompile the design.

skbeh
Employee
142 Views

1) To upgrade a design to newer version, open the Quartus project, go to Project --> Upgrade IP Components. 

Example:

skbeh_0-1644232675697.png

2) Select the IP component that required upgrade --> click 'Upgrade in Editor', the IP component GUI will pop-up --> Generate HDL...

skbeh_1-1644232714044.png

Reply