Hello Folks,
a. have set of registers like, DATA0, DATA1, DATA2, … DATA31.
b. I wanted to read only the explicit register based on the loop number with string format, Something like
regs.DATASET.$psprintf("DATA%d",loop_num).peek(status, reg_value);
c. But the above is not possible.
d. Is there a better way to access them apart form using a case statme or if conditions to access one register after other ?
Share in your suggestsion !
Thx Desperado !