B
Brad Smallridge
Guest
What is the best way to write a
series of delayed std_logic_vectors
to replace the verbose code below:
if(clk'event and clk='1')then
data_1 <= data_in;
data_2 <= data_1;
data_3 <= data_2;
etc.
Thanks,
Brad Smallridge
aivision
series of delayed std_logic_vectors
to replace the verbose code below:
if(clk'event and clk='1')then
data_1 <= data_in;
data_2 <= data_1;
data_3 <= data_2;
etc.
Thanks,
Brad Smallridge
aivision