Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PulseSynchronizer to nmigen.lib.cdc. #321

Merged
merged 3 commits into from Feb 16, 2020

Conversation

awygle
Copy link
Contributor

@awygle awygle commented Feb 16, 2020

PulseSynchronizer ported from issue #47, which was ported from oMigen.

PulseSynchronizer ported from issue amaranth-lang#47, which was ported from oMigen.
@codecov
Copy link

codecov bot commented Feb 16, 2020

Codecov Report

Merging #321 into master will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #321      +/-   ##
==========================================
+ Coverage   82.42%   82.59%   +0.17%     
==========================================
  Files          35       35              
  Lines        5865     5872       +7     
  Branches     1192     1193       +1     
==========================================
+ Hits         4834     4850      +16     
+ Misses        872      861      -11     
- Partials      159      161       +2
Impacted Files Coverage Δ
nmigen/lib/cdc.py 88.05% <100%> (+4.72%) ⬆️
nmigen/tracer.py 89.18% <0%> (-5.41%) ⬇️
nmigen/compat/genlib/fifo.py 76.47% <0%> (ø) ⬆️
nmigen/compat/fhdl/structure.py 67.2% <0%> (ø) ⬆️
nmigen/compat/fhdl/module.py 75% <0%> (ø) ⬆️
nmigen/compat/fhdl/bitcontainer.py 76.92% <0%> (ø) ⬆️
nmigen/build/plat.py 28.15% <0%> (ø) ⬆️
nmigen/_utils.py 80.68% <0%> (ø) ⬆️
nmigen/build/run.py 31.25% <0%> (ø) ⬆️
nmigen/compat/fhdl/specials.py 31.86% <0%> (ø) ⬆️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71d9eea...4f2700c. Read the comment docs.

nmigen/test/test_lib_cdc.py Outdated Show resolved Hide resolved
nmigen/lib/cdc.py Show resolved Hide resolved
nmigen/lib/cdc.py Show resolved Hide resolved
@whitequark whitequark merged commit fcbabfe into amaranth-lang:master Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants