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

[HW][Python] Add name getters for ModuleType #6149

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Sep 19, 2023

argNames and resultNames attributes were removed from HWModule (#6095) in the presence of ModuleType but downstream python tools are relying these attributes for name look up. However currently there is no CAPI/Python API for ModuleType to query names of ports so this PR adds CAPI and bindings respectively in the same way to port types.

@uenoku uenoku force-pushed the dev/hidetoun/python-name branch from e0919da to f9fda28 Compare September 19, 2023 09:59
Copy link
Contributor

@mikeurbach mikeurbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good to me.

@uenoku uenoku merged commit 8129d5d into main Sep 19, 2023
@uenoku uenoku deleted the dev/hidetoun/python-name branch September 19, 2023 15:45
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.

2 participants