Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

PCIe Driver

Altera_Forum
Honored Contributor II
1,193 Views

Hi, 

 

I'm trying to reuse the older design which uses PCIe x1 in Arria II GX. In new design, I will be using x8 with same part(Arria II GX). We used jungo driver for x1 lane. If I go with x8, is there significant code change? Or is this simple task? 

 

Thanks, 

K.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
448 Views

You might need to change the device ID for the new card and this change will be reflected in your inf file. I guess there should not be any change in the driver source code. The jungo driver does not know if the card is a PCIe x1 or PCIe x8 or PCI card.

0 Kudos
Reply