Add proof for OP_CNTZ
[soc.git] / src / soc / fu / logical / pipeline.py
index f3c83276ee4e437b92a7f328fa23aaff45fdbd52..1a2fd1fcc17d76a8d48525f509a9fe6331e99421 100644 (file)
@@ -1,8 +1,8 @@
 from nmutil.singlepipe import ControlBase
 from nmutil.pipemodbase import PipeModBaseChain
-from soc.alu.input_stage import ALUInputStage
-from soc.logical.main_stage import LogicalMainStage
-from soc.alu.output_stage import ALUOutputStage
+from soc.fu.alu.input_stage import ALUInputStage
+from soc.fu.logical.main_stage import LogicalMainStage
+from soc.fu.alu.output_stage import ALUOutputStage
 
 class LogicalStages(PipeModBaseChain):
     def get_chain(self):