missing Signal import
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Jul 2020 13:51:32 +0000 (14:51 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Jul 2020 13:51:32 +0000 (14:51 +0100)
src/nmutil/concurrentunit.py

index 7e896466ed1a6addfdfe453d1f58a887b8632677..30fe93cf46e9f4d3f5ba5c54fc4ed9e45b450b68 100644 (file)
@@ -9,7 +9,7 @@
 """
 
 from math import log
-from nmigen import Module, Elaboratable
+from nmigen import Module, Elaboratable, Signal
 from nmigen.cli import main, verilog
 
 from nmutil.singlepipe import PassThroughStage