I have a VHDL module that applies a shuffle algorithm to a 64 bit input and outputs the 64bit result.
I need to loop this output back through the module exactly 4 times, i was wondering if there was a way to do this asynchronously, or do i need a clock and counter to make this work?
Thanks.