S
Shantanu
Guest
Hi,
I have the following code which has to be converted into a
synthesizable code
------------------------------------------------------------------------------------------------------------------------
for(cIdx = (num_ref_idx_l0_active_minus1 + 1); cIdx > refIdxL0;
cIdx=cIdx -1) begin
RefPicList0[cIdx] <= RefPicList0[cIdx - 1];
end
here both num_ref_idx_l0_active_minus1 &
refIdxL0 are variable
------------------------------------------------------------------------------------------------------------------------
can anybody help me?
I have the following code which has to be converted into a
synthesizable code
------------------------------------------------------------------------------------------------------------------------
for(cIdx = (num_ref_idx_l0_active_minus1 + 1); cIdx > refIdxL0;
cIdx=cIdx -1) begin
RefPicList0[cIdx] <= RefPicList0[cIdx - 1];
end
here both num_ref_idx_l0_active_minus1 &
refIdxL0 are variable
------------------------------------------------------------------------------------------------------------------------
can anybody help me?