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

memory: fix address translation of resources located in dense windows. #85

Merged
merged 1 commit into from
May 13, 2024

Commits on May 13, 2024

  1. memory: fix address translation of resources located in dense windows.

    As a breaking change, MemoryMap.add_window(self, window, sparse=False)
    will fail if `self.data_width // window.data_width` isn't a power-of-2
    or is greater than `2 ** window.alignment`.
    jfng committed May 13, 2024
    Configuration menu
    Copy the full SHA
    75ca98e View commit details
    Browse the repository at this point in the history