Forum Discussion
Serge93
Occasional Contributor
1 month agoF-Tile PCIe Root Port 1x Gen3x4 - Configuration Read Type 0 receives no answer
Hello Support, I am using the Agilex 7F Dev Kit with F-Tile configured in Root Port Gen3x4. When I am doing a Configuration Write Type 0 to write the End Point BAR0 with FFFF_FFFFh, the end point se...
- 1 month ago
You may need to recheck your design if a given valid is not seen by the IP.
Here is how a F-Tile RP reads another FPGA's VID.

Serge93
Occasional Contributor
1 month agoThank you Rong.
Do you need my project ? I can encrypted it and send it to you if you want ?
- The sequence I am doing is the following :
- Using the configuration Bus :
- Read @82h to get Link Rate and Link width
- Write 00h at @18h
- Read @18h to check previous Write
- Write 01h at @19h
- Read @19h to check previous Write
- Write 01h at @1Ah
- Read @1Ah to check previous Write
- Write 00h at @1Bh
- Read @1Bh to check previous Write
- Write 06h at @04h
- Read @04h to check previous Write
- Read @78h to get RP Dev CTRL register
- Read @79h to get RP Dev CTRL register
- Read @7Ah to get RP Dev CTRL register
- Read @7Bh to get RP Dev CTRL register
- Read @74h to get RP CAP Payload Max
- Using the Avalon Stream Bus
- Configuration Write type 0 End Point BAR0 with FFFFFFFFh @10h
- Wait for completion (Completion received)
- Configuration Read ype 0 End Point BAR0 @10h
- Wait for completion (Completion NEVER received.
- Configuration Write type 0 End Point BAR0 with FFFFFFFFh @10h
- Using the configuration Bus :
Please let me know if you need any other information.
Thanks for help.
Serge
RongY_altera
Contributor
1 month agoI think something is mixed here. Most actions should be done to the type1 config register. But the mem space enable should be written to type0 command.
- Read @82h to get Link Rate and Link width
- Write 00h at @18h
- Read @18h to check previous Write
- Write 01h at @19h
- Read @19h to check previous Write
- Write 01h at @1Ah
- Read @1Ah to check previous Write
- Write 00h at @1Bh
- Read @1Bh to check previous Write
- Write 06h at @04h <------------------------to type0 command
- Read @04h to check previous Write
Regards,
Rong
- Serge931 month ago
Occasional Contributor
Hello Rong,
All these accesses are done on the configuration space of the RP Pcie directly through the configuration bus.
There is no type 0 or type 1 concern to have.
Thanks.
Serge