Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou have to think about signal direction.
you are connecting "someSignal" to an input of LED_FLASHER. Basically 1 clock is connecting to multiple destinations. That is fine. When is not fine is when you try and put lots of different things into 1 signal. Basically, what you are trying to do is this:
_____________
| |
clk------> | LED_FLASHER | --------> led_number1
| |_____________|
|
|
| _____________
| | |
`---> | LED_FLASHER | --------> led_number2
|_____________|