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: c4a7549ad902
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: dd735dbff77e
Choose a head ref
  • 3 commits
  • 25 files changed
  • 1 contributor

Commits on Jun 28, 2020

  1. back.pysim: simplify.

    Remove _EvalContext, which was a level of indirection serving almost
    no purpose. (The only case where it would be useful is repeatedly
    resetting a simulation that, each time it is reset, would create new
    signals to communicate with between coroutine processes. In that case
    the signal states would not be persisted in _SimulatorState, but
    would be removed with the _EvalContext that is recreated each time
    the simulation is reset. But this could be solved with a weak map
    instead.)
    
    This regresses simulator startup time by 10-15% for unknown reasons
    but is necessary to align pysim and future cxxsim.
    whitequark committed Jun 28, 2020
    Copy the full SHA
    2606ee3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25ce260 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. [WIP] doc

    To render correctly, the docs require:
     * pygments/pygments#1441
    whitequark committed Jun 30, 2020
    Copy the full SHA
    dd735db View commit details
    Browse the repository at this point in the history