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

Want tool to read entire memory map for a module to a file, and back from a file #340

Open
bnaecker opened this issue Feb 22, 2025 · 1 comment
Assignees

Comments

@bnaecker
Copy link
Collaborator

As part of discovering #339, we realized we've not been recording things like the spec revision compliance for past modules we've qualified. We put all the data we think is relevant in some tables for those qualified parts, but it's hard to keep that table up to date as we discover new fields that are now relevant. Rather than keeping it up to date, it'd be great to save the entire memory map to a file so that we can refer to it later. But to make sense of that, we probably also want to have a way to read back the memory map and interpret it from that same file.

@bnaecker bnaecker self-assigned this Feb 22, 2025
@rmustacc
Copy link

FWIW, I would make these read/write just a binary blob.

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