Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIsn't it easyer to put the 2 BCD counters in one process? Or in one VHDL file.
your code seems right to me except u don't reset count_counter it will count to 255 in stead of 31. Or u can make signal count_counter: unsigned(4 downto 0); If count is 31 next will be 0 Why it remains high for 31 till 39? Don't know the code seems right. No time to test it on a testbench srry