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

Bump clash-vexriscv to latest version #498

Merged
merged 5 commits into from
Apr 3, 2024
Merged

Commits on Apr 3, 2024

  1. Squashed 'clash-vexriscv/' changes from 6a0805f..8c7f90a

    8c7f90a Merge pull request #29 from clash-lang/wishbone-err
    39be9d0 Handle `ERR` in VexRiscV
    fda5b04 Merge pull request #30 from clash-lang/use-own-docker
    e15cee8 Add `--jtag-debug` option to Tasty testsuite
    2853501 Enable JTAG tests
    a4c4a9f Use own Docker image, add openocd
    1156fda Merge pull request #27 from clash-lang/enable-parallel-tests
    06bd1d5 Merge pull request #26 from clash-lang/fpu-test-blackbox
    bb8a9bf Merge pull request #25 from clash-lang/parallel-jobs-makefile
    e611b53 specify number of jobs for unittests in CI
    6a73e20 enable parallel tests
    b3d24e8 Prevent Rust from constant folding in FPU test
    3b69cca Allow parallel jobs in Makefile
    050de41 Make building OpenOCD deterministic (#23)
    8831c6f Merge pull request #4 from clash-lang/jtag
    9c4ad84 remove unused code
    3bd03de Disable JTAG tests due to CI environment
    44c69d1 Added HDL generation test
    bf01da0 Follow XDG standard on CI (like newer Cabals)
    12cf489 Connect JTAG reset out to CPU reset in, in `cpu`
    6e0df33 Add GDB tests
    95f1523 Style fixes by dictionary / HLint
    b0b173f Add dual-port storage, von Neumann architecture
    a41228b add JTAG support to the core
    
    git-subtree-dir: clash-vexriscv
    git-subtree-split: 8c7f90aeded4d943e914cb1ee7401c705f56eddd
    martijnbastiaan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    995ab16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c533a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8444eb6 View commit details
    Browse the repository at this point in the history
  4. Add scripts/diff-clash-vexriscv-subtree.py

    Can be used to check whether the subtrees went out of sync. In my case I
    used it to verify whether I resolved a merge conflict properly.
    martijnbastiaan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5b814ff View commit details
    Browse the repository at this point in the history
  5. Tie off JTAG signals

    martijnbastiaan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6a35568 View commit details
    Browse the repository at this point in the history