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 better API for adding registers #128

Open
whitequark opened this issue Apr 15, 2019 · 1 comment
Open

Design better API for adding registers #128

whitequark opened this issue Apr 15, 2019 · 1 comment
Labels
software Component: software

Comments

@whitequark
Copy link
Member

Right now all registers are added directly through target and accessed directly via device, which is quite suboptimal as it requires manually tracking addresses and width instead of being able to refer to registers symbolically. We need a better API.

@whitequark whitequark added the software Component: software label Apr 15, 2019
@whitequark
Copy link
Member Author

As a bonus this API should allow third-party code (i.e. not running as a part of Glasgow Python codebase) to discover the register numbers.

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

No branches or pull requests

1 participant