What pins should be used for PCIe hard IP (on Arria 10)
I'm working with Arria 10 DEV KIT (https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/kit-a10-gx-fpga.html) . I want to use FMC card to get additional PCIe. I've created a qsys system with HIP (Gen1, x1), arranged pins to met a mezzanine card requirements.
set_location_assignment PIN_W8 -to pcie_refclk_100
set_location_assignment PIN_T5 -to rx_in0
set_location_assignment PIN_M1 -to tx_out0
set_instance_assignment -name IO_STANDARD HCSL -to pcie_refclk_100
set_instance_assignment -name IO_STANDARD "HIGH SPEED DIFFERENTIAL I/O" -to rx_in0
set_instance_assignment -name IO_STANDARD "HIGH SPEED DIFFERENTIAL I/O" -to tx_out0I've faced with error - Error (14530): tx_out0 is locked to a non-HIP location. The HIP locations are BB44 AF44 BB1 AF1.
I've looked at a lot of docs, for example https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/arria-10/ug_arria10_xcvr_phy.pdf , https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/archives/ug-01145_avmm-1_0.pdf
I've seen that I cant use some channels when GX nad TX combine and other constrains. But a don't anderstand why I can't use this pins.
Please help me to understend why the pins are restricted? Or what I do wrong and how I can fix it?
Best wishes, Vlad