whoops missed Mux
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 Jul 2020 15:58:07 +0000 (16:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 Jul 2020 15:58:07 +0000 (16:58 +0100)
src/nmutil/util.py

index 963dcb62645cdaa20464f1ae30f7169d300dd09b..b8f1ce4a02644bfa6ad81eae63de04dcef471b84 100644 (file)
@@ -1,4 +1,5 @@
 from collections.abc import Iterable
+from nmigen import Mux
 
 # XXX this already exists in nmigen._utils
 # see https://bugs.libre-soc.org/show_bug.cgi?id=297