Hello guys ,
from register sequence I wpuld like to write the value in register fields in bellow code only 0th location will update what about else location is there any other way of writing (sysntax) ,
regmodel.DLALR0.LA_31_LSB.write(.status(status) , .value (cfg.local_min_addr[0]));
In reply to raj@123:
We cannot see how the configuration object is defined and how the register model looks like wrt the register fields.
Please show some more code.
In reply to chr_sue:
wchich class you would like to see
In reply to raj@123:
Firstly, I do not understand what you want to do. Do you have a serious of register fields you want to write or what is your intention.
I guess the field local_min_addr is a dynamic array.
You shoud say which fields of this dynamic array you want to write to which register fields.