FPOpOut, FPBase)
from nmutil.nmoperator import eq
from nmutil.singlepipe import SimpleHandshake, ControlBase
-from test_buf_pipe import data_chain2, Test5
+from nmutil.test.test_buf_pipe import data_chain2, Test5
class FPDIV(FPBase, Elaboratable):
from nmigen.compat.sim import run_simulation
from nmigen.cli import verilog, rtlil
-from example_buf_pipe import ExampleBufPipe, ExampleBufPipeAdd
-from example_buf_pipe import ExamplePipeline, UnbufferedPipeline
-from example_buf_pipe import ExampleStageCls
-from example_buf_pipe import PrevControl, NextControl, BufferedHandshake
-from example_buf_pipe import StageChain, ControlBase, StageCls
+from .example_buf_pipe import ExampleBufPipe, ExampleBufPipeAdd
+from .example_buf_pipe import ExamplePipeline, UnbufferedPipeline
+from .example_buf_pipe import ExampleStageCls
+from .example_buf_pipe import PrevControl, NextControl, BufferedHandshake
+from .example_buf_pipe import StageChain, ControlBase, StageCls
from nmutil.singlepipe import UnbufferedPipeline2
from nmutil.singlepipe import SimpleHandshake
from nmutil.singlepipe import PassThroughHandshake