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: 3df429703c40
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 882fddfa9695
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 6, 2020

  1. Copy the full SHA
    d3775ee View commit details
    Browse the repository at this point in the history
  2. back.pysim: emit toplevel inputs in VCD files as well.

    Before this commit, only signals driven from fragments (in practice,
    everything except toplevel inputs) would get written to a VCD file.
    Not having toplevel inputs in the dump made debugging ~impossible.
    
    After this commit, all signals the fragment refers to get written to
    a VCD file. (More specifically, all signals the compiler assigns
    an index to, i.e. signals the generated code reads or writes.)
    
    Fixes #280.
    whitequark committed Feb 6, 2020
    Copy the full SHA
    882fddf View commit details
    Browse the repository at this point in the history