Visible to Intel only — GUID: mwh1410384877415
Ixiasoft
Visible to Intel only — GUID: mwh1410384877415
Ixiasoft
2.3.4.1.1. Specifying an Error List From the Command Line
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 is injected with faults.
n 2 indicates that two faults are injected.
user=”@1= 0x2274 0x05EF 0x2264 0x0500” is a user-specified list of faults that are injected. In this example, device 1 has two faults: at frame 0x2274, bit 0x05EF and at frame 0x2264, bit 0x0500.