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: 404b2e07e4db
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 7ea81f5f06be
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 19, 2020

  1. hdl.ast: clarify docs for Value.rotate_{left,right}.

    "Rotate modulo 2**len(self)" is redundant because that's just how
    rotates work.
    whitequark committed May 19, 2020
    Copy the full SHA
    72ef430 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. hdl.ast: add const-shift operations.

    Also, clean up the rotate code a bit.
    
    Fixes #378.
    whitequark committed May 20, 2020
    Copy the full SHA
    7ea81f5 View commit details
    Browse the repository at this point in the history