rename InternalOp to MicrOp
[soc.git] / src / soc / fu / branch / test / test_pipe_caller.py
index 947cff28d5292a0f94b8d8b75b9c9147bca41a38..70796198d75fcaedd8c450ab186279eca371a3f3 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)
+from soc.decoder.power_enums import (XER_bits, Function, MicrOp)
 from soc.decoder.selectable_int import SelectableInt
 from soc.simulator.program import Program
 from soc.decoder.isa.all import ISA