generate (::quartus::fif)
The following table displays information for the generate Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::fif 1.0 |
|||
| Syntax |
generate [-h | -help] [-long_help]
[-error_count
<error_count>
]
[-error_index
<error_index>
]
[-error_setup]
-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 | |||
-error_setup
|
Generate PR bitstream for setup for Arria 10 | |||
-frame
<frame>
|
CRAM frame ID | |||
-output
<output>
|
Output file name | |||
| Description |
|
|||
| Example Usage |
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: FIF driver operation failed with error <string>. | ||
| TCL_ERROR | 1 | ERROR: FIF driver has not been setup. Use setup command to setup the FIF driver. | ||
| TCL_ERROR | 1 | ERROR: Missing parameter <string>. | ||
| TCL_ERROR | 1 | ERROR: Parameter <string> has exceeded range. | ||
| TCL_ERROR | 1 | ERROR: <string> mismatch. <string> | ||
| TCL_ERROR | 1 | ERROR: Error writing to file (<string>). | ||