From: Jacob Lifshay Date: Mon, 4 Apr 2022 05:46:31 +0000 (-0700) Subject: fix after move X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=722d9b749c249491a3777af07b6b20b6964ae1b1;p=nmigen-gf.git fix after move --- diff --git a/src/nmigen_gf/hdl/test/test_clmul.py b/src/nmigen_gf/hdl/test/test_clmul.py index ed39fed..dc0e6fd 100644 --- a/src/nmigen_gf/hdl/test/test_clmul.py +++ b/src/nmigen_gf/hdl/test/test_clmul.py @@ -12,7 +12,7 @@ from nmigen.hdl.ast import (AnyConst, Assert, Signal, Const, unsigned, signed, from nmigen.hdl.dsl import Module from nmutil.formaltest import FHDLTestCase from nmigen_gf.reference.clmul import clmul -from nmutil.clmul import BitwiseXorReduce, CLMulAdd +from nmigen_gf.hdl.clmul import BitwiseXorReduce, CLMulAdd from nmigen.sim import Delay from nmutil.sim_util import do_sim, hash_256