FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6359 Discussions

Ethernet 100g cant be placed at the location on Agilex 7 FPGA

Mikhail_a
Novice
744 Views

Hello

When synthesis design for AGIB027R31B1E1VAA that contains F-Tile Ethernet Intel FPGA on Intel Agilex ® 7 FPGA I-Series Transceiver-SoC Development Kit I got the next error:

The specified block fm87_top_bd|mac_subsystem_0|mac_100g|eth_f_0|hip_inst|per_xcvr[0].x_bb_f_ux|x_bb_f_ux_rx cannot be placed at the location fgt_q2_ch0_rx as the block requires stream(s) [0] in an Ethernet 100g block but the location only supports stream(s) [1, 2, 3].

Transceivers pins are connected to QSFPDD0 connector. I have the same error for QSFPDD1 connector. IP settings are shown below. Pins assignments were taken from design example in agilex_agib027r31b1e1vaa_si_en_revb_v23.1b115_v1.0.zip archive.

retsd_1-1684325221025.png

 

F-Tile Reference and System PLL Clock Intel® FPGA IP settings:

retsd_2-1684325394905.png

 

Can you tell me what I did wrong?

0 Kudos
7 Replies
ZiYing_Intel
Employee
713 Views

Hi redst,


I think you might use the wrong Quad in this case. You are suggested to use the f-tile-channel-placement tool before do the pin assignment for the Quad. Different topology will show different available Quad.


Best regards,

Zi Ying


0 Kudos
ZiYing_Intel
Employee
713 Views

Hi redst,


You can get the F tile Channel Placement Tool in link below, Section 7.1, pg 231, https://www.intel.com/content/www/us/en/docs/programmable/683872/23-1-4-4-0/f-tile-channel-placement-tool.html


Best regards,

Zi Ying


0 Kudos
Mikhail_a
Novice
628 Views

Thank your for your answers.

 

To be honest I didn't understand how to use  F tile Channel Placement Tool in my case. I tried Quartus tool Tile Interface Planner and found out that when I assign pin to a specific location the tool assigns the rest of locations automatically. 

In my case it looked like this.

I want to use QSFPDD0 socket so I looked into schematic and found out what pin numbers I should use:

retsd_0-1684820806934.png

Then I go to Tile Interface Planner and in "Plan design" bookmark I see that input signal of my design qsfpdd_rx_p[0] has the next options for placement:

retsd_1-1684820992504.png

I don't see here the right pin number. But In the same file with schematic i can see such note:

retsd_2-1684821556247.png

 

Anyways I see that pin's location of QSFPDD_RX_P0  M1 is in list for qsfpdd_rx_p[3] so it seems they are really swapped.

Then I choose M1 location for qsfpdd_rx_p[3] and as a result all the rest of locations are mapped automatically:

retsd_3-1684821875619.png

And the Ethernet hard IP now has its location set to:

retsd_4-1684822001669.png

 

And the problem here that I cant move transceivers to another quad as they have only one location option:

retsd_5-1684822104107.png

The same with reference clk pll. The tool allows me to choose location:

retsd_6-1684822220166.png

But there is only one option

retsd_7-1684822252771.png

So in the end after I did all these assignments assembling passes with no errors. But now I'm not sure whether it will work with those swapped pins or not.

 

 

 

0 Kudos
ZiYing_Intel
Employee
571 Views

Hi,


Would you mind to share your .qar file? So that I can try debug issue from my side.


Best regards,

Zi Ying


0 Kudos
Mikhail_a
Novice
536 Views

Hello.

I will try to create a demo project. 

 

But right now I'm facing a problem as I don't see the link is up after programming the device.

During compilation I got this kind of messages appearing:

 

Critical Warning(23469): The block fm87_top_bd|mac_subsystem_0|eth_mac|eth_f_0|hip_inst|per_xcvr[0].x_bb_f_ux|x_bb_f_ux_tx did not set the following parameters 
Critical Warning(23469): The block fm87_top_bd|mac_subsystem_0|eth_mac|eth_f_0|hip_inst|per_xcvr[1].x_bb_f_ux|x_bb_f_ux_tx did not set the following parameters 
Critical Warning(23469): The block fm87_top_bd|mac_subsystem_0|eth_mac|eth_f_0|hip_inst|per_xcvr[2].x_bb_f_ux|x_bb_f_ux_tx did not set the following parameters 
Critical Warning(23469): The block fm87_top_bd|mac_subsystem_0|eth_mac|eth_f_0|hip_inst|per_xcvr[3].x_bb_f_ux|x_bb_f_ux_tx did not set the following parameters 

 

Also using signal tap I could see what was going on on status pins of the ethernet IP:

retsd_0-1685616889475.png

 

Also i have the next state of QSFPDD control signals:

qsfpdd0_resetl = 1'b1;
qsfpdd0_modsell = 1'b0;
qsfpdd0_lpmode = 1'b1;

 

Right now I have no idea of what can be wrong and what can I do to bring the link up.

0 Kudos
Mikhail_a
Novice
522 Views

Hello.

 

I have an update. It seems I could establish the link. I've changed cable I used, assigned all HIP from the scratch and the link got up.

 

0 Kudos
ZiYing_Intel
Employee
481 Views

Hi,


Great to hear you that you establish the link successfully. Since your issue has been resolved, I am now close the case. If you have any question after the case close, please do feel free to submit another issue.


Best regards,

Zi Ying


0 Kudos
Reply