1. Stratix® 10 SEU Mitigation Overview
2. Stratix® 10 Mitigation Techniques for CRAM
3. Secure Device Manager ECC Detection
4. Stratix® 10 SEU Mitigation Implementation Guides
5. Advanced SEU Detection IP References
6. Stratix® 10 Fault Injection Debugger References
7. Stratix® 10 SEU Mitigation User Guide Archives
8. Document Revision History for the Stratix® 10 SEU Mitigation User Guide
4.1. Setting the SEU_ERROR Pin
4.2. Setting Up the SEU Mitigation Features
4.3. Enabling Priority Scrubbing
4.4. Performing Hierarchy Tagging
4.5. Programming Sensitivity Map Header File into Memory
4.6. Performing Lookup for Sensitivity Map Header
4.7. Using the Fault Injection Debugger
4.8. Analyzing SEU Errors Using Signal Tap
4.9. Quartus® Prime Software SEU FIT Reports
4.2. Setting Up the SEU Mitigation Features
Use the Error Detection CRC settings in the Device and Pin Options window to set the minimum SEU interval, enable error detection and internal scrubbing features, enable the generation of .smh file, and enable fault injection.
- From the Quartus® Prime menu, click Assignments > Device.
- In the Device window, click Device and Pin Options.
- In the Device and Pin Options window, select Error Detection CRC category and specify the following settings:
Table 7. Error Detection CRC Setting Option Option QSF Setting Description Enable error detection check set_global_assignment -name ENABLE_ED_CRC_CHECK <ON/OFF> Turn on to enable the error detection feature. This option is required for sensitivity processing and fault injection, or if you want to observe the SEU_ERROR pin behavior. Minimum SEU interval set_global_assignment -name MINIMUM_SEU_INTERVAL <1000> Enter a value of 0 to 10000 milliseconds to set the minimum time between two checks of the same bit. To check as frequently as possible, enter 0.
The actual minimum interval may be higher than the value you specify. The System Message window reports the actual value when you select a generated .sof file as an input file in the Quartus® Prime Programming File Generator or Programmer.Note: To determine the minimum SEU detection interval of the device, set Minimum SEU interval to 0 or any value that is lower than the actual minimum interval.Enable internal scrubbing set_global_assignment -name INTERNAL_SCRUBBING <ON/OFF> Turn on to enable the error correction feature. You require this option for sensitivity processing. Generate SEU sensitivity map file (.smh) set_global_assignment -name ENABLE_CRAM_INTEGRITY_CHECK <ON/OFF> Turn on to generate the .smh file. You require this option for sensitivity processing. Allow SEU fault injection set_global_assignment -name ALLOW_SEU_FAULT_INJECTION <ON/OFF> Turn on to enable injecting fault using the Fault Injection Debugger. - Click OK.