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: ae0cb48fbb4f
Choose a base ref
...
head repository: m-labs/nmigen
compare: 59c7540aeb08
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 22, 2018

  1. back.rtlil: remove useless condition. NFC.

    whitequark committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    d299299 View commit details
    Browse the repository at this point in the history
  2. back.rtlil: split processes as finely as possible.

    This makes simulation work correctly (by introducing delta cycles,
    and therefore, making the overall Verilog simulation deterministic)
    at the price of pessimizing mux trees generated by Yosys and Synplify
    frontends, sometimes severely.
    whitequark committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    59c7540 View commit details
    Browse the repository at this point in the history