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

Fixed FPGA build for ubuntu 24.04 and add btb trashing test #1042

Merged
merged 8 commits into from
Nov 1, 2024

Commits on Oct 29, 2024

  1. Added potential test. btbthrash forces jump and divide instructions t…

    …o occupy the same location in the btb. Instruction class prediction mispredicts ever time. This is useful incase someone changes the hazard code or fpu.
    rosethompson committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    896bb21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93cadc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7405456 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. The path to the zsbl was wrong all this time, but for reason was work…

    …ing with older versions of Ubuntu, but one 24.04 it causes vivado to not find the rom and ram.
    rosethompson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    57d1709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1629eda View commit details
    Browse the repository at this point in the history
  3. Remove vivavdo-ubuntu24.04-04-lib.sh because Jordan found a better so…

    …lution by symlinking the new libncurses6 and libtinfo6 to the old libraries.
    rosethompson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9400a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    fcf4aa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ce773 View commit details
    Browse the repository at this point in the history