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

Fixes to the FPU for issue #791 #794

Merged
merged 14 commits into from
Feb 14, 2024
Merged

Fixes to the FPU for issue #791 #794

merged 14 commits into from
Feb 14, 2024

Commits on Feb 7, 2024

  1. Update neorv32_package.vhd

    Signed-off-by: Mikael Mortensen <119539842+mikaelsky@users.noreply.github.com>
    mikaelsky committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5a7f63b View commit details
    Browse the repository at this point in the history
  2. Update neorv32_cpu_cp_fpu.vhd

    Signed-off-by: Mikael Mortensen <119539842+mikaelsky@users.noreply.github.com>
    mikaelsky committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    85a5716 View commit details
    Browse the repository at this point in the history
  3. Missed a change

    Signed-off-by: Mikael Mortensen <119539842+mikaelsky@users.noreply.github.com>
    mikaelsky committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e16a145 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    c27c14a View commit details
    Browse the repository at this point in the history
  2. Messed up a merge

    Signed-off-by: Mikael Mortensen <119539842+mikaelsky@users.noreply.github.com>
    mikaelsky committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    238d254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0118da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    71824ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2019d4e View commit details
    Browse the repository at this point in the history
  3. [fpu] fix incomplete comparison

    operands were not of the same size
    stnolting committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    da00ef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    023bac0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa71f9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36ae947 View commit details
    Browse the repository at this point in the history
  7. [sw] float_test: fix rounding

    use round to nearby integral
    stnolting committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    36ae41d View commit details
    Browse the repository at this point in the history
  8. [float_test] adjust sign-injection models

    sign-injection logic use floating point inputs as-is (no flushing)
    stnolting committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    6cbf165 View commit details
    Browse the repository at this point in the history