MKR Vidor 4000 Pinmapping

I took the time and made a list on how the fpga connects to the arduino, the hdmi connector, the PCI and the MIPI Camera pins.

In the quartus prime software you can enter the pin numbers in the Pin Planner that generates the contrains.

I hope it will help you. I have seen many that have requested for an detailed pin plan.

Arduino MKR Vidor 4000 Pinmapping.pdf (101 KB)

Thanks for sharing Tempest15! I'm sure this will be much appreciated.

\constraints\MKRVIDOR4000 contains vidor_s_pins.qsf
That have all fpga pins

Put this line in yut project qsf file
source ../../../constraints/MKRVIDOR4000/vidor_s_pins.qsf

Edit:
That file also contains needed IO type settings. like 2.5V or 3.3v etc. Also it have SDRAM and FLASH pins.

Thanks Tempest - but I'm going to post a question.