Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDE2 boards revisions ?
Hello I am an experienced SoC designer, with only little practice with Altera FPGA. To start with, I have designed a small circuit (for teaching purpose), that simulates and synthesizes c...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- In your file I read : set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" Is this a recommended design rule for Altera boards ? I was suspecting something like that (that I didn't apply). --- Quote End --- Yes, absolutely. If you do not have this setting enabled, and Quartus defaults to driving unused outputs to ground (as it used to in earlier versions), then you may cause damage to your hardware. I typically create a top-level design that has all pins used on the PCB. If I do not use a particular interface in a design, then I drive the unused interfaces appropriately, eg., deassert chip selects, drive resets to unused devices active, etc. Cheers, Dave