Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe counter is used to move the current input bit to the coorect bit index of output. Thats why I say output(count) <= input i.e.:
output(0) <= input bit when count = 0 output(1) <= input bit when count = 1 ...etc. so count must go up at speed of incoming serial bits.