"""
from nmigen.hdl.ir import Elaboratable
-from nmigen.hdl.ast import Signal, Cat
+from nmigen.hdl.ast import Signal
from nmigen.hdl.dsl import Module
# of Horizon 2020 EU Programme 957073.
import unittest
-from nmigen.hdl.ast import (AnyConst, Assert, Signal, Const, unsigned, Cat)
+from nmigen.hdl.ast import AnyConst, Assert, Signal, Const, unsigned
from nmigen.hdl.dsl import Module
from nmutil.formaltest import FHDLTestCase
from nmigen_gf.hdl.cldivrem import (equal_leading_zero_count_reference,