Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents
Give Feedback

3.1.9.6. generate (::quartus::fif)

The following table displays information for the generate Tcl command:

Tcl Package and Version

Belongs to ::quartus::fif

Syntax generate [-h | -help] [-long_help] [-error_count <error_count> ] [-error_index <error_index> ] -frame <frame> -output <output>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-error_count <error_count> Number of errors to be injected
-error_index <error_index> CRAM frame error bit locations
-frame <frame> CRAM frame ID
-output <output> Output file name
Description
    Generates PR RBF file. Specifies the 'error_count' and 'error_index' to 
    generate a PR RBF file with fault injected. Otherwise, the command will 
    generate a PR RBF file without fault for external scrubbing.
Example Usage