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

Design introspection: Add selection support to get_ports command #66

Open
3 tasks
tmichalak opened this issue Dec 15, 2020 · 2 comments
Open
3 tasks

Design introspection: Add selection support to get_ports command #66

tmichalak opened this issue Dec 15, 2020 · 2 comments

Comments

@tmichalak
Copy link
Collaborator

tmichalak commented Dec 15, 2020

Currently get_ports is doesn't support the selection mechanism as all other introspection commands.
This is due to the fact that the select command doesn't distinguish bus indexes in the wire name.
The index part has to be extracted and removed when the selection is executed, but restored during the selection extraction.
Things to fix:

  • get_ports port_name[index]
  • get_ports port_name*
  • get_ports port_name -filter {attr == value}
@litghost
Copy link
Contributor

Can you add examples of what is not working right now?

@tmichalak
Copy link
Collaborator Author

Can you add examples of what is not working right now?

Updated the description

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

2 participants