DPond
New Contributor
6 years agoIssue programming 2 MAX 10 devices over JTAG using STAPL software.
I have a board with 2 x 10M04DCF256 devices on it. The JTAG chain is wired up serially (TDO from device 1 goes to TDI of device 2). The chain is fully functional. Here is the observed behavior:
- If using Byte Blaster and 2 .pof files in the programmer, the two devices configure normally.
- If using Byte Blaster and loading a single .jbc file (made from two pofs), programming fails (see image below).
- If using quartus_jli, and same .jbc file, programming fails in the same way.
- If using Jam Stapl software (ported onto ARM in our embedded system), programming fails the same way.
- If, however, I generate a .jbc file where either one of the two devices is bypassed, programming succeeds, with all software tools, including our embedded port.
The above behavior is 100% consistent. If I do the same experiments again, I get the same results.
I suspect some sort of issue either with generation of the jbc file, or with the code that plays the jbc file, specifically with a multiple Intel-FPGA device chain.
We have implemented numerous other boards with single devices on the chain, and this always works fine.
So, I am looking for some guidance on how to resolve this issue.