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: da76ffa781a4
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 6e29fbcc61ed
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 27, 2020

  1. hdl.ast: use SignalSet, not ValueSet, for _[lr]hs_signals().

    The implementation of these functions likely predates support for
    {Clock,Reset}Signal() in SignalKey.
    whitequark committed Apr 27, 2020
    Copy the full SHA
    35f3f7d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. back.rtlil: fix incorrect escaping of signed parameters.

    Also, improve escaping code in general.
    whitequark committed Apr 28, 2020
    Copy the full SHA
    6e29fbc View commit details
    Browse the repository at this point in the history