rename InternalOp to MicrOp
[soc.git] / src / soc / fu / ldst / test / test_pipe_caller.py
index 6336f0ae61141f7a6f8a5dd1554dd0b37be3ddef..9e601e3e4039dd02231b1b67d319ec76985d8cd0 100644 (file)
@@ -6,7 +6,7 @@ import unittest
 from soc.decoder.isa.caller import special_sprs
 from soc.decoder.power_decoder import (create_pdecode)
 from soc.decoder.power_decoder2 import (PowerDecode2)
-from soc.decoder.power_enums import (XER_bits, Function, InternalOp, CryIn)
+from soc.decoder.power_enums import (XER_bits, Function, MicrOp, CryIn)
 from soc.decoder.selectable_int import SelectableInt
 from soc.simulator.program import Program
 from soc.decoder.isa.all import ISA