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

Add name_filter_regex to ipxact importer. #30

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

nachumg
Copy link

@nachumg nachumg commented Dec 10, 2024

Can be used to compile only specific elements from xml sources.

Useful when building a SoC that requires only specific registers from a
very large IP-XACT file that contains 000s of registers.

Required when importing registers from A.xml and B.xml but where A and B
each define same-named components, which causes a "multiple type" error
unless only the specifically required registers are imported.

Apologies for opening/closing a few of these. This one is now the correct one to take.

Can be used to compile only specific elements from xml sources.

Useful when building a SoC that requires only specific registers from a
very large IP-XACT file that contains 000s of registers.

Required when importing registers from A.xml and B.xml but where A and B
each define same-named components, which causes a "multiple type" error
unless only the specifically required registers are imported.
Can be used to compile only specific elements from xml sources.

Useful when building a SoC that requires only specific registers from a
very large IP-XACT file that contains 000s of registers.

Required when importing registers from A.xml and B.xml but where A and B
each define same-named components, which causes a "multiple type" error
unless only the specifically required registers are imported.
@nachumg
Copy link
Author

nachumg commented Dec 31, 2024

ping, thanks.

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

Successfully merging this pull request may close these issues.

1 participant