You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since you already provide a reset value for field1, there is no need to provide a reset value for the array of registers.
In SystemRDL, reset values are only defined for the individual fields, since registers are simply a collection of fields.
Thank you for your prompt response. So please correct me once more, there
is no option to reset array elements with different values? I.e '{1,2,3,4..}
Thank you,
Oleg
Alex Mykyta <notifications@github.com> schrieb am Mi., 23. Sept. 2020,
07:36:
Since you already provide a reset value for field1, there is no need to
provide a reset value for the array of registers.
In SystemRDL, reset values are only defined for the individual fields,
since registers are simply a collection of fields.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIIHB7H2YG45AUY65K6WHQLSHGCPVANCNFSM4RVTA2LQ>
.
Not at the moment. The SystemRDL spec does describe the ability to do this, but this compiler does not support this yet. I may extend support for this feature in the future. See the discussion in #51
Hello,
I have found this compiler a very useful for my register description.
The only issue i hit is how to reset an array ?
I ma trying to do something like:
But i fail on compilation.
Is this doable ?
Thank you for the prompt response,
Oleg
The text was updated successfully, but these errors were encountered: