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

docs: Update up_counter to avoid deprecation warning #579

Merged
merged 1 commit into from Jan 17, 2021

Conversation

shenki
Copy link
Contributor

@shenki shenki commented Jan 15, 2021

nmigen/docs/_code/up_counter.py:44: DeprecationWarning: instead of nmigen.back.pysim., use nmigen.sim.
from nmigen.back.pysim import Simulator

nmigen/docs/_code/up_counter.py:44: DeprecationWarning: instead of nmigen.back.pysim.*, use nmigen.sim.*
  from nmigen.back.pysim import Simulator
@codecov
Copy link

codecov bot commented Jan 15, 2021

Codecov Report

Merging #579 (e9f908a) into master (3a4b61c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #579   +/-   ##
=======================================
  Coverage   81.50%   81.50%           
=======================================
  Files          49       49           
  Lines        6461     6461           
  Branches     1287     1287           
=======================================
  Hits         5266     5266           
  Misses       1008     1008           
  Partials      187      187           

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 3a4b61c...e9f908a. Read the comment docs.

@whitequark whitequark merged commit 490fca5 into amaranth-lang:master Jan 17, 2021
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