Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Here you go Kaz, this code was just thrown at us by our teacher, since I am trying to understand it, watching waveform will surely help. I have attached the downloaded project. --- Quote End --- I changed your signal declaration as follows and it worked, slow clock comes out slow enough to lit the leds. count stays U but it is not doing anything.
signal clks, count : unsigned(ORDER-1 downto 0);
signal qs : unsigned(ORDER-1 downto 0) := (others => '0');