1.1. Features
1.2. Device Support
1.3. Resource Utilization and Performance
1.4. Installing and Licensing Intel® FPGA IP Cores
1.5. Customizing and Generating IP Cores
1.6. Functional Description
1.7. Using the Fault Injection Debugger and Fault Injection IP Core
1.8. Fault Injection IP Core User Guide Archives
1.9. Document Revision History for Fault Injection IP Core User Guide
1.7.4.1.1. Specifying an Error List From the Command Line
The Targeted Fault Injection feature allows you to specify an error list from the command line, as shown in the following example:
c:\Users\sng> quartus_fid -c 1 - i "@1= svgx.sof#i " -n 2 -user="@1= 0x2274 0x05EF 0x2264 0x0500"
Where:c 1 indicates that the fpga is controlled by the first cable on your computer.
i "@1= svgx.sof#i " indicates that the first device in the chain is loaded with the object file svgx.sof and will be injected with faults.
n 2 indicates that two faults will be injected.
user=”@1= 0x2274 0x05EF 0x2264 0x0500” is a user-specified list of faults to be injected. In this example, device 1 has two faults: at frame 0x2274, bit 0x05EF and at frame 0x2264, bit 0x0500.