move test_buf_pipe.py unit test, shuffle nmutil
[ieee754fpu.git] / src / nmutil / multipipe.py
index e24703f8fcbea1125c00c1a335ca2bb1290c32aa..04ab6f7e5ecaab7fa6246ecc41e18dcbfad77c85 100644 (file)
@@ -15,7 +15,7 @@ from nmigen import Signal, Cat, Const, Mux, Module, Array, Elaboratable
 from nmigen.cli import verilog, rtlil
 from nmigen.lib.coding import PriorityEncoder
 from nmigen.hdl.rec import Record, Layout
-from stageapi import _spec
+from nmutil.stageapi import _spec
 
 from collections.abc import Sequence