mass-rename of modules to soc.fu.*
[soc.git] / src / soc / fu / alu / pipeline.py
index e8dd19911d0a3ab264df707aee61742bc41dc672..3a065b2e01b416182858b76a87a3f1e67118c103 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.alu.main_stage import ALUMainStage
-from soc.alu.output_stage import ALUOutputStage
+from soc.fu.alu.input_stage import ALUInputStage
+from soc.fu.alu.main_stage import ALUMainStage
+from soc.fu.alu.output_stage import ALUOutputStage
 
 class ALUStages(PipeModBaseChain):
     def get_chain(self):