Forum Discussion
Altera_Forum
Honored Contributor
15 years agothe duty cycle is 50000, so you need at least this many clock cycles before LED is valid. Your entire simulation runs for 1 us at 100MHz, so you get a grand total of 100 clocks.
Another problem - you dont assert reset so your counter will never count (because it's all 'U' when it does try and count).