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

Revise the memory model so that physical memory only supports word level access. #231

Open
2 tasks
llee454 opened this issue Feb 10, 2020 · 0 comments
Open
2 tasks
Assignees

Comments

@llee454
Copy link
Contributor

llee454 commented Feb 10, 2020

Currently the physical memory device supports byte level accesses (see line 36 in ProcKami/Devices/PMemDevice.v).

  • Revise ProcKami/Devices/PMemDevice.v so that the physical memory device only supports word level accesses.
  • Revise memDeviceSendReqFn and memDeviceGetResFn so that these functions look at the PMAs to determine whether or not the selected device only supports word level accesses and modifies the values read and written so that they only affect the appropriate memory bits.
@llee454 llee454 changed the title Revise the memory model so that physical memory only supports world level access. Revise the memory model so that physical memory only supports word level access. Feb 11, 2020
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