Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Warning (10034): Output port "LEDG" at receiving_test.v(6) has no driver Warning (10034): Output port "LEDR" at receiving_test.v(7) has no driver --- Quote End --- The warning means that the code assigning values to the LED ports is unreachable. It must be an unequivocal condition. In this case (sel == 16) is always false, because sel has a range of 0-15.