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: m-labs/nmigen
base: f60ceb349b1c
Choose a base ref
...
head repository: m-labs/nmigen
compare: 2f7e52369c99
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 25, 2019

  1. hdl.{ast,dst}: directly represent RTLIL default case.

    This makes RTLIL mildly nicer:
    
     casez ({ \$5 , \$3 , \$1  })
       3'bzz1:
           \$next\o  = \$7 ;
       3'bz1z:
           \$next\o  = \$9 ;
       3'b1zz:
           \$next\o  = \$11 ;
    -  3'bz:
    +  default:
           { \$next\co , \$next\o  } = \$13 ;
     endcase
    whitequark committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e5e2364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1af060 View commit details
    Browse the repository at this point in the history
  3. compat.fhdl.structure: fix typo.

    whitequark committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2f7e523 View commit details
    Browse the repository at this point in the history