From e1db07b05d3d1ef120629c5cb3d1ad6444ad19f3 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 6 Jul 2020 16:58:07 +0100 Subject: [PATCH] whoops missed Mux --- src/nmutil/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nmutil/util.py b/src/nmutil/util.py index 963dcb6..b8f1ce4 100644 --- a/src/nmutil/util.py +++ b/src/nmutil/util.py @@ -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 -- 2.30.2