docs: Update up_counter to avoid deprecation warning
authorJoel Stanley <joel@jms.id.au>
Fri, 15 Jan 2021 02:58:21 +0000 (13:28 +1030)
committerwhitequark <whitequark@whitequark.org>
Sun, 17 Jan 2021 12:56:30 +0000 (12:56 +0000)
commit490fca57457b16421f7b3f2c7812bb229b17744a
tree34098d509e19187f2d46b1afeb036f6126afc499
parent3a4b61c16e3dbafbfdeb02485bb59d431298cd21
docs: Update up_counter to avoid deprecation warning

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