move test_buf_pipe.py unit test, shuffle nmutil
[ieee754fpu.git] / src / nmutil / pipeline.py
index afcee743982175e31a833a208067bf59ec2c3978..812b5278df8e55aa02c4bf2d085df943eea49788 100644 (file)
@@ -8,9 +8,9 @@ from nmigen import tracer
 from nmigen.compat.fhdl.bitcontainer import value_bits_sign
 from contextlib import contextmanager
 
-from nmoperator import eq
-from singlepipe import StageCls, ControlBase, BufferedHandshake
-from singlepipe import UnbufferedPipeline
+from nmutil.nmoperator import eq
+from nmutil.singlepipe import StageCls, ControlBase, BufferedHandshake
+from nmutil.singlepipe import UnbufferedPipeline
 
 
 # The following example shows how pyrtl can be used to make some interesting