A .jam file is created with reference to the AN539 document and an error injection test is performed. How do I inject errors when there are multiple devices in the JTAG chain?
Category: Programming/Configuration
Tools: Quartus® Prime
Device: Arria® V
If there are multiple devices in the JTAG chain, describe how many chains of IR and DR registers there are before and after the target device.
Normally, the IR register is 10bit and the DR register is 1bit, so if you insert an error in the second device, add the following after PROCEDURE EXECUTE in the .jam file.
PREIR 0;
POSTIR 10;
PREDR 0;
POST DR 1;
Reference information
https://www.altera.com/en_US/pdfs/literature/an/an539.pdf
https://www.altera.com/support/support-resources/knowledge-base/solutions/rd11222005_659.html
Experienced FAE
Free consultation is available.
From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.