Forum Discussion
Altera_Forum
Honored Contributor
18 years agoOne last thing; you'll need to rework the cycle timing if you intended to load 8 inbits in a row. Otherwise changing the final code from asynchronous to synchronous will make you load the last "inbit" value one cycle late. To fix, you could move the final code into the 'when "111"' clause itself. But I'd recommend that you look up shift registers instead and rewrite your code.