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 ability to store memory metadata #78

Closed
vbmacher opened this issue Apr 11, 2023 · 0 comments
Closed

Add ability to store memory metadata #78

vbmacher opened this issue Apr 11, 2023 · 0 comments
Labels
Milestone

Comments

@vbmacher
Copy link
Collaborator

vbmacher commented Apr 11, 2023

It will be a plain "map" of address to value key. More specifically, it will be part of the memory context. Metadata can be set by compiler (or any plugin), by hand, or from an external file. Therefore, 1 metadata is composed of:

  • source (plugin ID)
  • memory address
  • metadata object
    • description
    • source code column, line
    • breakpoint (replaces standard CPU breakpoint support)
    • ??? device X I/O mapping ???

Visually, it will be up to the memory (or source code editor) if the metadata will be shown and how.

@vbmacher vbmacher added this to the upcoming milestone Apr 11, 2023
vbmacher added a commit that referenced this issue Apr 16, 2023
[#78] Refactor memory interface + add annotations
vbmacher added a commit that referenced this issue Apr 23, 2023
vbmacher added a commit that referenced this issue Apr 25, 2023
vbmacher added a commit that referenced this issue May 13, 2023
[#78] tep: remove&removeAll for scheduled once
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant