You will see this error in the Intel® Quartus® II software version 11.0 when you enable DPA on the ALTLVDS_RX megafunction and use External PLL Mode in Intel® Stratix® V devices.
To avoid this issue, perform the following steps:
Change the following line of code in both the entity and component declaration in the top-level ALTVDS_RX design file:
rx_dpaclock : IN STD_LOGIC_VECTOR (0 DOWNTO 0)
to
rx_dpaclock : IN STD_LOGIC;
This problem is already fixed in the Intel® Quartus® II software version 11.0SP2.