- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have a question about unused pins. Is there a straightforward way to force unused pins to be inactive within a system, without explicitly defining them in a "bdf" file? They could be either Inputs with pullups or they could even be tristate outputs.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You have a global Quartus setting in the device options to achieve just this. Input with weak pull-up or input with hold should be preferred for "inactive" pins. Floating input (just the same as tristate output) can cause additional current consumption and possibly noise.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
go to assignments -> settings -> device -> device and pin options ->unused pins
there you can select the state for your default pins- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks to both FvM and saranshmeh for the helpful replies. I knew immediately about the Device & Pin Options Button, but unfortuneately missed the unused pins tab. I was able to make that change and recompile without incident. I had another problem related to my debugging of a processor interface to an EPCS4 that works in parallel with the FPGA. I'll update that thread with what happened and what I had to do in addition to get theings back where thry were.
http://www.alteraforum.com/forum/showthread.php?p=82719#post82719 Thanks again.