FOR LOOP using a Variable: 4-bit Left Shifter
i is the index for the FOR LOOP
and does not need to be declared
Fills the LSBs with zeros
Variable is assigned to a Signal before the end of the Process to synthesize to a piece of hardware
shft_var(i) := shft_var(i-4);
shft_var(3 downto 0) := ¡°0000¡±;