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: amaranth-lang/amaranth
base: c79caead33ff
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: ec8386a797cc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 3, 2020

  1. back.pysim: fix emission of undriven traces to VCD files.

    This has been originally implemented in commit d3775ee (which fixed
    `write_vcd(traces=)` to do something at all), but had a flaw where
    undriven traces would not be correctly placed in hierarchy. This
    used to produce incorrect results on pyvcd 0.1, but started causing
    assertion failures on pyvcd 0.2.
    
    Fixes #345.
    whitequark committed Apr 3, 2020
    Copy the full SHA
    ec8386a View commit details
    Browse the repository at this point in the history