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

Arria 10 partial reconfiguration thru JTAG debug mode time out. No way to program the partial reconfiguration .rbf file. Please help!

HTong1
Beginner
760 Views

There are two Arria 10 devices in the JTAG chain. The partial reconfiguration IP has the JTAG debug mode enabled. Programming .sof succeeded, but when programming the .rbf file, the Quartus Pro 18.1 prompts PR_DONE timeout. Two questions: 1. Has Intel verified partial reconfiguration thru JTAG with two FPGA devices in a chain? 2. Does the Quartus Pro 18.1 has to be updated to Quartus Pro 18.1.227 in order for the .rbf programming to work? Thanks.​

Update: ​Just used Pro 18.1.2 Build 227 to program the .rbf file and it makes no difference. The same PR_DONE problem still appears. The Arria 10 parts are 10AS066N3F40E2SG and the IP is parameterized as internal host.

0 Kudos
7 Replies
JohnT_Intel
Employee
339 Views
May I know what blaster are you using, could you try to reduce the TCK clock frequency to 6Mhz?
0 Kudos
HTong1
Beginner
339 Views

​Hi John,

Thanks for quick response and it works! Please allow me to ask more questions related or somewhat related:

  1. Why does the PR .rbf programming needs to lower the TCK frequency but regular .sof programming does not (it was using 24MHz programming .sof successfully).
  2. Is the Intel FPGA devices' altera_reserved_tck the one connected to JTAG tck (just to confirm, though it looks it should be)? If so, what is the maximum frequency allowed in .sdc to constrain it?
  3. For PR Controller configured as internal host, between using JTAG debug mode for PR programming and using PCIe thru PR Controller's Avalon Memory Mapped interface for PR programming, how fast will the PCIe thru PR Controller's Avalon Memory Mapped interface? Assuming the JTAG TCK is 6MHz and JTAG debug mode for PR programming speed is 1, for small PR persona, what is the speed ratio for PCIe thru PR Avalon vs JTAG debug mode for PR? And for large (very large) persona, what is the speed ration for PCIe thru PR Avalon vs JTAG debug mode for PR?

BTW, since it is an Intel support forum, welcome any other Intel FAEs to come to give answers too.

Thanks

0 Kudos
HTong1
Beginner
339 Views

Hi John,

It is not fully working by lowering TCK to 6MHz. It can now program the persona's .rbf successfully but it still fails with the same PR_DONE problem when programming the base's .rbf file. As you know, when compiling the base, Quartus also generates a .rbf file for the PR region, similar to the .rbf file generated when compiling the project revision for PR persona. I will try to make another project revision for PR the same as the base to see whether that PR's .rbf can work, and if it does, it can be a work around. But it is a concern that the PR feature may work or not work unpredictably since the base's .rbf is supposed to work.

Thanks,​

0 Kudos
HTong1
Beginner
339 Views

​Hi John,

Please disregard the immediately preceding comments about "not fully working...". I created a revision for base and it worked. Looking forward to answers to the questions 1,2,3 in the comments before.

Thanks

0 Kudos
JohnT_Intel
Employee
339 Views
  1. Why does the PR .rbf programming needs to lower the TCK frequency but regular .sof programming does not (it was using 24MHz programming .sof successfully).

This is because SOF programming is just accessing the configuration block with PR.rbf proramming is making use of virtual JTAG to access the PR block. When accessing through virtual JTAG, the timing will be more worst.

  1. Is the Intel FPGA devices' altera_reserved_tck the one connected to JTAG tck (just to confirm, though it looks it should be)? If so, what is the maximum frequency allowed in .sdc to constrain it?

Yes, but it will depends on your board connection to the JTAG. If you are using blaster cable then the timing will be more worst even if you set it in SDC.

  1. For PR Controller configured as internal host, between using JTAG debug mode for PR programming and using PCIe thru PR Controller's Avalon Memory Mapped interface for PR programming, how fast will the PCIe thru PR Controller's Avalon Memory Mapped interface? Assuming the JTAG TCK is 6MHz and JTAG debug mode for PR programming speed is 1, for small PR persona, what is the speed ratio for PCIe thru PR Avalon vs JTAG debug mode for PR? And for large (very large) persona, what is the speed ration for PCIe thru PR Avalon vs JTAG debug mode for PR?

It will depend on your PCIe throughput. I do not have any ratio but PCIe can run in GByte/s while JTAG is only 6Mbit/s.

 

0 Kudos
HTong1
Beginner
339 Views

​Hi John,

Thanks for quick answer. Assuming that the path from PCIe to Avalon memory interface is superfast and .rbf is not compressed,  if PR Controller runs at 100MHz (that is the fastest it can run), can the time spent on programming the PR region thru Avalon memory interface be calculated as (.rbf file size in bytes / 4) * ( 1 / 100_000_000) seconds? The /4 is because PR Controller's Avalon memory interface is 32-bit wide. Or, even if PR controller is configured to use Avalon memory interface with JTAG debug mode disabled, will the PR programming thru Avalon memory interface still go thru an internal virtual JTAG that runs at only 6MHz so that the time spent shall be calculated as (.rbf file size in bytes * 8 bits) * (1/ 6_000_000) seconds ?

Thanks

0 Kudos
JohnT_Intel
Employee
339 Views
No. You can calculate based on the System Clock which is 100Mhz. It won't go through the virtual JTAG anymore.
0 Kudos
Reply