Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDE0 board, mysterious LED behavior
I've recently been testing out a daughtercard I made for the DE0 board which includes a motor driver and connector for a quadrature encoder. I was testing some code I wrote to decode the quadrature ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- It's absurd that quartus would do such a thing, since there is lots of hardware connected to these pins that could potentially be destroyed by this. Is there a way to prevent this, besides manually assigning every single pin? --- Quote End --- It's not aburd. It's the way, Quartus and design compilers from other vendors usually hande unassigned pins. Apparently, you are new to basic concepts of these design tools. Basically, the problem is created by defining I/O pins in your top design, that are not intended to be connected externally. Simply, you shouldn't do that.