FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5922 Discussions

Is there a known good project i can use as a baseline for a PCIe project on a Cyclone 10GX development board?

JBayl
Beginner
2,050 Views

I'm currently experimenting on the qts_pcie_sft project.

The unzipped qts_pcie_sft project doesn't compile on 19.2. Error on Board Trace Model setting on some pins i can't identify. Couldn't find any info on the error codes.

Tried 17.1 because the source files appears to have been developed using version 17 but Quartus quits/stops when i click on compile right after finishing IP Generation during compile process.

 

I'm using uneditted sourcefiles. So i'm stuck at the moment. I need to prove first if the source files are working before i can add on our custom codes. Thanks!

0 Kudos
1 Solution
AnandRaj_S_Intel
Employee
1,811 Views

Apologies for delay

 

We have to remove remove Board trace models.

Please remove below lines from .qsf file and run full compilation.

set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise

set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall

set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise

set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall

 

Checked with Quartus pro 19.1

 

Regards

Anand

 

 qtspcie.JPG

 

 

View solution in original post

0 Kudos
8 Replies
JBayl
Beginner
1,811 Views

Issue with long folder/file path. Reduced the number of folders and compilation proceeded partially but still with errors.

0 Kudos
JBayl
Beginner
1,811 Views

Hi Anand,

 

We will be using Cyclone 10 to replace our existing Cyclone V based product. I was hoping for a starting project for a Cyclone 10GX development board.

 

Update:

  • on 17.1, regenerating all the QSYS files helped a bit, compilation reached 35% before Quartus hangs.

 

Thanks!

 

0 Kudos
JBayl
Beginner
1,811 Views

Hi Anand,

 

This might be the same issue. See link

https://forums.intel.com/s/question/0D50P0000465GBCSA2/file-missing-compile-error-cyclone-x-gx-fpga-development-kit-example-qtspciesfp?language=en_US

 

I curently have it @ f:/sandbox/qts_pcie_sft/qts_pcie_sfp. I'll reduce it to just 1 directory tomorrow and see if it compiles.

 

 

0 Kudos
JBayl
Beginner
1,811 Views

Reducing project directory tree to f:/qts_pcie... didn't help. 17.1 compilation still hangs while 19.2 compilation still results with these errors:

 

Error(329006): Some pins have illegal board trace models.

   Error(20403): Global setting for OUTPUT_IO_TIMING_NEAR_END_VMEAS is not supported. Please use this setting with pin assignments.

   Error(20403): Global setting for OUTPUT_IO_TIMING_FAR_END_VMEAS is not supported. Please use this setting with pin assignments.

...

How can i fix these fitting errors?

 

A fresh download of the Cyclone 10 GX development board collateral which contains the qts_pcie example project resulted in the same compilation issues. Is there an upgraded/fixed project?

 

In case it matters, i'm using a Windows 10 Pro 64 bit.

 

0 Kudos
AnandRaj_S_Intel
Employee
1,811 Views

Hi Joel,

 

Yes, i have faced same issue in compiling using Quartus pro 19.1. let me check and come back.

Please try design from design store.

https://fpgacloud.intel.com/devstore/platform/?acds_version=any&ip_core=PCIExpress&board=102

 

Regards

Anand

0 Kudos
AnandRaj_S_Intel
Employee
1,812 Views

Apologies for delay

 

We have to remove remove Board trace models.

Please remove below lines from .qsf file and run full compilation.

set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise

set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall

set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise

set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall

 

Checked with Quartus pro 19.1

 

Regards

Anand

 

 qtspcie.JPG

 

 

0 Kudos
JBayl
Beginner
1,811 Views

That worked! Thanks Anand!

0 Kudos
Reply