rename InternalOp to MicrOp
[soc.git] / src / soc / fu / trap / test / test_pipe_caller.py
index 552be8f421a01c47a1fac46c4e398e9c43d42a15..44fbba6aff3ac75a4ec98ca25f834c334a087787 100644 (file)
@@ -6,7 +6,7 @@ import unittest
 from soc.decoder.isa.caller import ISACaller, 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