big reorg on PowerDecoder2, actually Decode2Execute1Type
[soc.git] / src / soc / fu / compunits / test / test_spr_compunit.py
index 8cd528de623419c96ef407e4f76154402641c009..23366c534f32c99e285505141acda9d42eb5ea6d 100644 (file)
@@ -24,8 +24,8 @@ class SPRTestRunner(TestRunner):
         """naming (res) must conform to SPRFunctionUnit output regspec
         """
 
-        rc = yield dec2.e.rc.data
-        op = yield dec2.e.insn_type
+        rc = yield dec2.e.do.rc.data
+        op = yield dec2.e.do.insn_type
         cridx_ok = yield dec2.e.write_cr.ok
         cridx = yield dec2.e.write_cr.data