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: c00219d9f3bd
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 9bc42cb8c50b
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 27, 2020

  1. sim._pyclock: new type of process.

    The overhead of coroutine processes is fairly high. A clock driver
    implemented through a coroutine process is mostly overhead. This was
    partially addressed in commit 2398b79 by microoptimizing yielding.
    
    This commit eliminates the coroutine process overhead completely by
    introducing dedicated clock processes. It also simplifies the logic
    to a simple toggle.
    
    This change improves runtime by about 12% on Minerva SRAM SoC.
    whitequark committed Aug 27, 2020
    Copy the full SHA
    9bc42cb View commit details
    Browse the repository at this point in the history