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

Parser: Alignment Constraints for MemoryState #24

Open
achreto opened this issue Aug 25, 2021 · 0 comments
Open

Parser: Alignment Constraints for MemoryState #24

achreto opened this issue Aug 25, 2021 · 0 comments
Labels
functionality New things to be done parser Everything that is related to the parser

Comments

@achreto
Copy link
Collaborator

achreto commented Aug 25, 2021

Problem

Currently, we do have no way to express constraints on the parameters (e.g., the base addresses and length of states etc).
This is important as we need to be able to allocate in-memory data structures (e.g., page tables) correctly.

Proposed Solution
Have something that allows expressing of constraints on the unit parameters. That includes

  • alignment constraints on the input values
  • total length of the memory region passed in

This may be related to: #54

@achreto achreto added parser Everything that is related to the parser functionality New things to be done labels Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functionality New things to be done parser Everything that is related to the parser
Projects
None yet
Development

No branches or pull requests

1 participant