You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Currently the physical memory device supports byte level accesses (see line 36 in ProcKami/Devices/PMemDevice.v).
The text was updated successfully, but these errors were encountered: