Output Pin Load logic option
A logic option that specifies the capacitive load on an output pin for each I/O standard, in picofarads (pF). When you specify this option, you change the tCO of the output pin. You use this option when you want the board load to be different from the default value reported by the Intel® Quartus® Prime software in the Output Pin Load for Reported TCO section of the Compilation report. The default is 0 pF.
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to "diff_output[0]" \ set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to "diff_output[0](n)"
The Output Pin Load logic option is useful for accurate modeling of tCO and power usage.
For more information on device specific output delay derating factors and tCO loads, refer to individual device family data sheets, which are available from the Literature section of the webpage.
The Output Pin Load logic option can also be set in the Pin Planner.
The value you enter for the output pin load should be the loading value for the board trace capacitance and target load capacitance. The Intel FPGA device pin/package capacitance is already factored in the output pin load value.
The Intel® Quartus® Prime software uses the following equation to determine the changes in the output delay and depends on the specified Output Pin Load option:
output_delay = default_output_delay + ((output_pin_load - default_output_load) \ * derating factor)
Scripting Information |
Keyword: output_pin_load Settings: <integer> Legal values: 0 - 10000 |