move FPModBase and FPModBaseChain to nmutil
[ieee754fpu.git] / src / ieee754 / fpcommon / postnormalise.py
index 653fdac29a0802b26ffdbc4d9e5573a6bc0d27c1..9f1720a2b6c21de96bd14b3b69951acf54939247 100644 (file)
@@ -6,7 +6,7 @@ from nmigen import Module, Signal, Cat, Mux
 from nmigen.cli import main, verilog
 from math import log
 
-from ieee754.fpcommon.modbase import FPModBase
+from nmutil.pipemodbase import FPModBase
 from ieee754.fpcommon.fpbase import (Overflow, OverflowMod,
                                      FPNumBase, FPNumBaseRecord)
 from ieee754.fpcommon.fpbase import FPState