Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
First, use synchronous design : use process(clk) (no process(clk, message_in) :-( ) It will be a good point. --- Quote Start --- the counters i and j are wokring correctly but the bold line in the code is not workingcorrectly --- Quote End --- You should post all the process. The first time i and j may work as you expect. Are i and j reseted to 0 after j=108 ?