mass-rename of modules to soc.fu.*
[soc.git] / src / soc / fu / cr / main_stage.py
index 67bd78ed82bb7f967d161e62a48deb0d8057d7d7..27d30731c1c13f8b5258ce3616d5227615963bfe 100644 (file)
@@ -11,7 +11,7 @@
 
 from nmigen import (Module, Signal, Cat, Repl, Mux, Const, Array)
 from nmutil.pipemodbase import PipeModBase
-from soc.cr.pipe_data import CRInputData, CROutputData
+from soc.fu.cr.pipe_data import CRInputData, CROutputData
 from soc.decoder.power_enums import InternalOp
 
 from soc.decoder.power_fields import DecodeFields