Altera_Forum
Honored Contributor
8 years agoWhy Quartus Prime Standard Edition ignores XCVR_REFCLK_PIN_TERMINATION assignment
Hi,
I am trying to find error in design using Arria 10 transceivers and during the analysis of the Fitter report I found, that according to the ignored Assignments sheet, all XCVR_REFCLK_PIN_TERMINATION were ignored. The ignored assignment from QSF file: set_instance_assignment -name XCVR_REFCLK_PIN_TERMINATION AC_COUPLING -to clock_ref_135_mhz Other assignment for the clock: set_location_assignment PIN_L22 -to clock_ref_135_mhz set_location_assignment PIN_L21 -to "clock_ref_135_mhz(n)" set_instance_assignment -name IO_STANDARD LVDS -to clock_ref_135_mhz Device assignment: set_global_assignment -name DEVICE 10AX016E4F27E3SG Pins L22 and L21 corresponds the transceiver reference clock. If I use different value than AC_COUPLING than assignment is processed (do not appear in ignored assignments report). I tried to specify the assignment through both Pin planner or QSF file and both cases behaves in the same way. I would like to know, why is the XCVR_REFCLK_PIN_TERMINATION ignored? Thank you very much Jan