Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- There 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. --- Quote End --- Thank you soo much Tricky!! Instantiating two different entities! thats what happening here.. their behavior is independent.. Appreciate all the help mate... thanks a bunch for clearing that out..