Changing VCCIO voltages in DE0-Nano board
Hi,
I need to test my ASIC which takes 1.2V and 3.3.V. I have designed my PCB without knowing much about the banks of FPGA. It certainly implies that I am a newbie in FPGA. I can manage this by changing pcb externally.
My problem is about assigning the two different VCCIO for GPIOs on DE0-Nano board. I was trying to assign 1.2V to all the IOs (in testing the periphery of my asic) in my design and LEDs are forced to be 2.5V so I am using both these VCCIO in different banks. I have designed and assigned the pins and changed the VCCIO values in Pin Planner. But when I am checking the supply voltages at the FPGA pins they all are 3.3V. Where I am wrong? Please find the attached pin planner and warning screen images. Also, find the screenshot of the pin-out file where both 2.5V and 1.2V volts are visible.
Note: I have tried to search similar questions but it did not help me and many links given for the solution are not working anymore.
Any help is highly appreciated.
- DE0-Nano manual and schematic drawing should be your first reference. It clarifies that all VCCIO pins are connected to 3.3V rail. Whatever you declare in pin planner, real VCCIO will be 3.3V.
Although officially unsupported, you can assign 2.5 V to a bank and use LVDS receivers, at least at reduced performance.