mass-rename of modules to soc.fu.*
[soc.git] / src / soc / fu / alu / main_stage.py
index 51001663a5dcaaf55f2df8f2b2823e2f7f202c18..dd03b7865e8c938126daf849c2ef5d3d25f6307b 100644 (file)
@@ -5,7 +5,7 @@
 # output stage
 from nmigen import (Module, Signal, Cat, Repl, Mux, Const)
 from nmutil.pipemodbase import PipeModBase
-from soc.alu.pipe_data import ALUInputData, ALUOutputData
+from soc.fu.alu.pipe_data import ALUInputData, ALUOutputData
 from ieee754.part.partsig import PartitionedSignal
 from soc.decoder.power_enums import InternalOp