Altera_Forum
Honored Contributor
12 years agomodule top (SW[0]) complains but module top(SW) doesn't? Why?
Hi,
I'm using Cyclone III on DE0, Quartus II. I was wondering where/how are the groupings of SW[0] to SW[9] done and combined into one signal of 10 bits named SW? Initially, I defined SW[0] to the appropriate pin myself and got no complaint. Later, I used import on the default .qsf file from Altera website and I get the complaint "some pins have incomplete i/o assignment" if I try to use module top (SW[0], LEDG[0]) instead of module top (SW, LEDG) I would just like to understand what is going on.