move test_buf_pipe.py unit test, shuffle nmutil
[ieee754fpu.git] / src / ieee754 / fpadd / specialcases.py
index 39254a74f772d4565439d975c0857b4c7d02bd19..978851ef0c99a6aa8829c8c05aadd118cb04bb21 100644 (file)
@@ -7,7 +7,7 @@ from nmigen.cli import main, verilog
 from math import log
 
 from fpbase import FPNumDecode
-from singlepipe import SimpleHandshake, StageChain
+from nmutil.singlepipe import SimpleHandshake, StageChain
 
 from fpbase import FPState, FPID
 from ieee754.fpcommon.getop import FPADDBaseData