mass-rename of modules to soc.fu.*
[soc.git] / src / soc / fu / branch / main_stage.py
index 6f6d488adffd6292bc3aea97059bb2c33b05f10b..76b00ea06e2af9b9989fe868e9673ec108b2739f 100644 (file)
@@ -7,7 +7,7 @@
 
 from nmigen import (Module, Signal, Cat, Repl, Mux, Const, Array)
 from nmutil.pipemodbase import PipeModBase
-from soc.branch.pipe_data import BranchInputData, BranchOutputData
+from soc.fu.branch.pipe_data import BranchInputData, BranchOutputData
 from soc.decoder.power_enums import InternalOp
 
 from soc.decoder.power_fields import DecodeFields