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: NixOS/nixpkgs
base: 038b067cd00b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9d831f831615
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 25, 2020

  1. verilog: cleanup

    Meta attributes were out of date or not in current style,
    and some attributes of derivation were redundant.
    
    (cherry picked from commit 0d9a6e2)
    drewrisinger authored and veprbl committed Sep 25, 2020
    Copy the full SHA
    27bd57b View commit details
    Browse the repository at this point in the history
  2. verilog: add tests

    Run recommended self-tests from iverilog's CI.
    
    Tests add about a minute to the build time on local machine
    (2 -> 3 mins).
    
    (cherry picked from commit ba886f7)
    drewrisinger authored and veprbl committed Sep 25, 2020
    Copy the full SHA
    9d831f8 View commit details
    Browse the repository at this point in the history