Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zachjs/sv2v
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jrrk2/sv2v
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 14, 2024

  1. upgrade to GHC 9.6.4

    zachjs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ab31647 View commit details
    Browse the repository at this point in the history
  2. don't sign-extend signed unsized numbers with a leading 1 bit

    I'm opting for iverilog's interpretation of the specifications here. The
    commercial simulators I tested seem to agree.
    zachjs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5077acd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. obey declaration order in reference output

    The latest verion of iverilog enforces declaration ordering more
    strictly. Update a few test cases to match. sv2v still supports
    out-of-order items on a best-effort basis.
    zachjs committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dc42659 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix GitHub Actions setup

    - refresh GitHub Actions versions
    - manually install shUnit2 v2.1.8
    - more portable usage check
    - run-all.sh exits on ctrl-c
    zachjs committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6226472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261beff View commit details
    Browse the repository at this point in the history
Loading