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

Remove & rename duplicate word_width <-> bytes mappings #436

Merged
merged 1 commit into from
Apr 12, 2024

Commits on Apr 4, 2024

  1. Remove & rename duplicate word_width <-> bytes mappings

    * Remove the duplicate mapping functions.
    * Rename to `size_bytes` for consistency with the other two functions.
    * Rename `size_bits` to `size_enc`, otherwise it's quite confusing that `size_bits` is not just `8 * size_bytes`.
    
    Fixes riscv#423
    Timmmm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2c82c30 View commit details
    Browse the repository at this point in the history