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

Change ext_data_get_addr to use bytes for width #468

Merged

Commits on Jun 3, 2024

  1. Change ext_data_get_addr to use bytes for width

    Instead of `word_width` which can only be up to 8 bytes, just use bytes. This allows larger accesses (the limit is increased to 4096), e.g. for `cbo.zero`.
    Timmmm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9194dd5 View commit details
    Browse the repository at this point in the history