Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21327 Discussions

EP3CXX Pin Migration

Altera_Forum
Honored Contributor II
1,285 Views

I'm sorry for yet another question about migrating between devices in the same family, but I've not been able to find an explicit answer to my question on the Forum. 

 

In migrating between, say, an EP3C5 and EP3C25 it's clear that some I/O pins on the EP3C5 will be used as GND/VCCINT on the EP3C25. If I connect these pins to GND/VCCINT in my design and then populate the board with an EP3C5, then some I/O pins with a VCCIO of 3.3V will be connected to 1.2V (VCCINT). Is this OK? Isn't this an indeterminate logic level? Many CMOS devices don't like this kind of thing and may draw excessive current.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
568 Views

Bigger FPGA needs more power. Yeah, you can set to MAX in Current Strength. 

 

Sean
0 Kudos
Altera_Forum
Honored Contributor II
568 Views

In Quartus II, you can select migration devices for your design, and it returns you the preferred connections for all selected devices. 

I assume there should be compilation warnings if pins are set to inappropriate levels?
0 Kudos
Altera_Forum
Honored Contributor II
568 Views

Thank you. Your response made me take a closer look at the pin planner where I noticed something that had escaped me before. It directs me to connect these pins to VCCINT even when I compile for an EP3C5 device. It must therefore be OK to do so.

0 Kudos
Reply