-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPC11xx_v6.svd has multiple enumerated values with the same name #17
Comments
Just an idea... maybe you could append the value into the name. Either in a separate post-process step or in all cases where the last character of the name equals to "_". COUNTER_MODE_TC_IS_1 |
good idea, maybe we could also make an alternative indexing mode in the extension files too. I'm a little reluctant to make too many changes because of this because in my mind it is simply an NXP error. I'm also considering just changing the svd file in this case. |
Hi all! So if no objections, I would like to hijack this issue, and document here the progression. |
go for it, glad to here someone is working on it! |
So far we have been correcting names of things in extention files in order to not mess with the SVD (in order to stay open to drop in improvements from the vender), however since the extention files index things by name ambiguities are impossible to correct.
The offending tag is
<name>COUNTER_MODE_TC_IS_</name>
which occurs three times in the CTM field of the CTCR register all with different values.What should we do to fix this?
The text was updated successfully, but these errors were encountered: