Visible to Intel only — GUID: sss1453957805467
Ixiasoft
1. Overview
2. Quartus® Prime Software SEU FIT Reports
3. Arria® 10 Error Detection and Correction Feature Architecture
4. Guidelines for Error Detection CRC and Error Correction Feature
5. Guidelines for Embedded Memory ECC Feature
6. Arria® 10 EDCRC Reference Design
7. Implementing ECC Feature in Arria® 10 ROM Design
8. Modifying Single-Device .jam Files for Use in a Multi-Device JTAG Chain
9. Document Revision History for AN 737: SEU Detection and Recovery in Arria® 10 Devices
Visible to Intel only — GUID: sss1453957805467
Ixiasoft
6.2.2.6. Adding Avalon-ST Splitter
EMR Unloader core sends the EMR data to the downstream IP cores with Avalon-ST protocol. Both ASD IP core and Fault Injection IP core require EMR data from EMR Unloader core. You need to instantiate the Avalon-ST Splitter to distribute the EMR data from EMR Unloader to ASD IP core and Fault Injection IP core. To add the Avalon-ST Splitter, perform the following steps:
- On the IP Catalog tab, expand Basic Functions, expand Bridges and Adaptors, expand Streaming, and click Avalon-ST Splitter.
- Click Add. The Avalon-ST Splitter parameter editor appears.
- Set NUMBER_OF_OUTPUTS to 3.
- Check only USE_VALID, USE_ERROR and USE_DATA, uncheck all other check boxes.
- Set DATA_WIDTH to 119.
- Set ERROR_WIDTH to 1.
- Set BITS_PER_SYMBOL to 119.
- Click Finish to return to Qsys. On the System Contents tab, an instance of the st_splitter_0 appears in the system contents table.
- Connect clk_reset port of the clk_0 clock source to reset port of st_splitter_0.
- Connect intosc port of the fault_injection_0 to clk port of st_splitter_0.
- Connect avst_emr_src port of emr_unloader2_0 to in port of st_splitter_0.
- Connect out0 port of st_splitter_0 to avst_emr_snk port of adv_seu_detection_0.
- Connect out1 port of st_splitter_0 to avst_emr_snk port of fault_injection_0.
- Double click the out2 port of the st_splitter_0 at Export column to export it for external access, leave the name default. This port will be used for Signal Tap purpose to read the EMR value after the fault injection.