Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDriving a module output with a reg?
Hello, I'm trying to determine the best way to gain access to the output of a module which is simply a wire - who in it's own module is driven by a continuous assignment statement. The p...
Altera_Forum
Honored Contributor
14 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.