Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDifferent outputs with different delays
Hi every, I am using this code for providing 20 clock cycle delay in the output. the process is when the valid data become 1, the counters start counting and after 20 clock cycle the output w...
Altera_Forum
Honored Contributor
13 years agoAccording to your code, C only increments when C = 20 (which will never happen). I think you need to re-asses the code.