Intel Agilex® 7 SEU Mitigation User Guide

ID 683128
Date 2/20/2024
Public
Document Table of Contents

4.6.7.1. Injecting SDM ECC Errors: Command-Line Interface

In the command-line interface, run the quartus_fid command with the following syntax:
quartus_fid -–cable=<cable_num> --index=@<device_num>=<sof_file> --number=<n> --ecc="@<device_num>=<sector_location> <error_type>"

Values for <error_type>:

  • 1—single bit error
  • 2—double bits error

Examples of the quartus_fid Command

  • quartus_fid --cable=1 --index=@1=test.sof --number=1 --ecc="@1=0x07 1"
  • quartus_fid -c 1 -i "@1=test.sof" -n 1 -e "@1=0x07 1"