Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUnused CPLD Pins
I have two CPLDs on my PCB that connect to a common SPI bus. In order to keep things simple I'm trying to talk to only one of the chips at first but I'm having some trouble with the voltages which le...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Which device are you using? The setting is under: Assignments->Device, Device and Pin Options button, Unused Pins (which can be a tab or selection menu depending on Quartus version). --- Quote End --- Yep. Just changed it and the warning disappeared. The devices are Max V 5M240ZT100. --- Quote Start --- Yep. Its a stupid default, which has been changed to a sane value for newer devices. This is why I always define a top-level entity with every signal pin defined. Then the unused pins really are unused and the unused pin setting is of no consequence. Cheers, Dave --- Quote End --- I don't know why it was set to the older default then. I'm 100% sure I did not change this setting and always remember seeing the warning in the compilation log.