move over to from openpower imports
[soc.git] / src / soc / fu / logical / output_stage.py
index 4a6694a851886f6fcd3d39562233088165b5fd59..73b48d1eecdd33a58245c5fba91685b53c07e52c 100644 (file)
@@ -7,7 +7,7 @@ from soc.fu.common_output_stage import CommonOutputStage
 from soc.fu.logical.pipe_data import (LogicalInputData, LogicalOutputData,
                                       LogicalOutputDataFinal)
 from ieee754.part.partsig import PartitionedSignal
-from soc.decoder.power_enums import MicrOp
+from openpower.decoder.power_enums import MicrOp
 
 
 class LogicalOutputStage(CommonOutputStage):