Use shift registers on For Loops, While Loops, or (Real-Time, Windows) Timed Loops to transfer values from one loop iteration to the next.
Complete the following steps to pass values to the next loop iteration by creating shift registers.
You can use multiple shift registers to remember iteration values and you can use an initialized shift register to reset the initial value of a shift register.
Note (FPGA Module) The FPGA Module uses groups of flip-flops to implement shift registers. |