- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Bigger FPGA needs more power. Yeah, you can set to MAX in Current Strength.
Sean- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
