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: 599615ee3a34
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: ac13a5b3c92d
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 11, 2021

  1. sim._pyrtl: reject very large values.

    A check that rejects very large wires already exists in back.rtlil
    because they cause performance and correctness issues with Verilog
    tooling. Similar performance issues exist with the Python simulator.
    
    This commit also adjusts back.rtlil to use the OverflowError
    exception, same as in sim._pyrtl.
    
    Fixes #588.
    whitequark committed Dec 11, 2021
    Copy the full SHA
    ac13a5b View commit details
    Browse the repository at this point in the history