How can I use the HDMI Tx port on Arria V GX Starter kit?
Hi all,
I wanted to use the HDMI Tx port on Arria V GX Starter kit, so I declaired the TMDS output pins and assigned the pins as:
HDMI_TX_CLK_P: PIN_AC3, 1.5-V PCML
HDMI_TX_CLK_N: PIN_AC4, 1.5-V PCML
HDMI_TX_P0: PIN_AJ3, 1.5-V PCML
HDMI_TX_N0: PIN_AJ4, 1.5-V PCML
HDMI_TX_P1: PIN_AG3, 1.5-V PCML
HDMI_TX_N1: PIN_AG4, 1.5-V PCML
HDMI_TX_P2: PIN_AE3, 1.5-V PCML
HDMI_TX_N2: PIN_AE4, 1.5-V PCML
However, when I compiled the design, it showed:
"Error (14566): The Fitter cannot place 4 periphery component(s) due to conflicts with existing constraints (4 pin(s)). Fix the errors described in the submessages, and then rerun the Fitter. The Intel FPGA Knowledge Database may also contain articles with information on how to resolve this periphery placement failure. Review the errors and then visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number."
How can I solve this problem?
Can I use this port without INTEL HDMI IP?
Thanks.
Timmy
Hi,
I used NIOS II Command Shell and executed quartus, then opened the project.
I generated the example again.
Finally, I had generated the example codes.
Thank you so much.