Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSorry maybe my question is no good. I'm looking at the DE0 schematic and it appears the name of the bus is SW/LEDG and contains [9:0].
Can anyone confirm if it is possible to use module top(SW[0], LEDG[0]); input SW[0]; output LEDG[0]; ? Where I assign SW[0] and LEDG[0] to PIN_J6 and PIN_J1 respectively? The functionality desired is a simple assign LEDG[0] = SW[0]