Skip to content
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

Unnecessary automatic transformation #29

Open
sepbijani opened this issue Mar 19, 2024 · 0 comments
Open

Unnecessary automatic transformation #29

sepbijani opened this issue Mar 19, 2024 · 0 comments

Comments

@sepbijani
Copy link

Running chiptool with:

chiptool generate  --svd svdfile.svd

results with:

thread 'main' panicked at src/transform/mod.rs:104:60:
called `Result::unwrap()` on an `Err` value:
Err: on rename Fieldset "EMIOS_1::regs::C2_0", new name "emios_1::regs::C20" already exist
....

is there anyway to disable this automatic transformation? since both C20 and C2_0 exists on HW, after transformation name conflict rises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant