We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4b61c commit 490fca5Copy full SHA for 490fca5
docs/_code/up_counter.py
@@ -41,7 +41,7 @@ def elaborate(self, platform):
41
42
return m
43
# --- TEST ---
44
-from nmigen.back.pysim import Simulator
+from nmigen.sim import Simulator
45
46
47
dut = UpCounter(25)
0 commit comments