move test_buf_pipe.py unit test, shuffle nmutil
[ieee754fpu.git] / src / ieee754 / fpadd / addstages.py
index 62452c37c8478dba1dfa030da619a8409322672c..b373f1e3d79347566da70d5d7b149806cc97c50f 100644 (file)
@@ -5,7 +5,7 @@
 from nmigen import Module
 from nmigen.cli import main, verilog
 
-from singlepipe import (StageChain, SimpleHandshake,
+from nmutil.singlepipe import (StageChain, SimpleHandshake,
                         PassThroughStage)
 
 from fpbase import FPState