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
I'm using dimArrayIndex to simplify access to array elements (register arrays). The element has been introduced with SVD version 1.3.2 and is not supported by svdtools.
On the one hand, it doesn't seem to be possible to define enumeration values for registers and patch them into an SVD file.
And on the other hand, the patch process aborts (quits) as soon as dimArrayIndex is used in the SVD file which is supposed to be patched. It must be removed to successfully patch the file and inserted again afterwards.
Is there any plan to support this?
The text was updated successfully, but these errors were encountered:
I had asked for the ability to patch dim elements previously, which was implemented in #130. However it seems this never went anywhere unfortunately. Would like to see this functionality added as well.
I'm using
dimArrayIndex
to simplify access to array elements (register arrays). The element has been introduced with SVD version 1.3.2 and is not supported bysvdtools
.On the one hand, it doesn't seem to be possible to define enumeration values for registers and patch them into an SVD file.
And on the other hand, the patch process aborts (quits) as soon as
dimArrayIndex
is used in the SVD file which is supposed to be patched. It must be removed to successfully patch the file and inserted again afterwards.Is there any plan to support this?
The text was updated successfully, but these errors were encountered: