Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThere is no problem. In VHDL you instantiate entities. You can instantiate each entity as many times as you want and drive them from different signals. They are completly independent.
So in your case, its exactly like you said - 2 separate clocks drive 2 separate LEDS. there is only 1 source file for LED_FLASHER. You dont need 2 source files.