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

Add big-endian support #172

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add big-endian support #172

wants to merge 2 commits into from

Commits on Aug 2, 2020

  1. Add big-endian support

    Signed-off-by: Marcus Comstedt <marcus@mc.pp.se>
    zeldin committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    b4777b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Update big endian instruction encoding

    Between draft-20181101-ebe1ca4 and draft-20190622-6993896 of the
    RISC-V Instruction Set Manual, the wording was changed from requiring
    "natural endianness" of instruction parcels to require them to be
    little endian.
    
    Update the big endian instruction pipe to reflect the newer requirement.
    
    Signed-off-by: Marcus Comstedt <marcus@mc.pp.se>
    zeldin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    cc1c843 View commit details
    Browse the repository at this point in the history