big reorg on PowerDecoder2, actually Decode2Execute1Type
[soc.git] / src / soc / fu / compunits / test / test_logical_compunit.py
index e9a201e34047287c577069f43939b60927196c7e..d7465e79fe277d58ce47c4f7187317adbc9df4cf 100644 (file)
@@ -23,8 +23,8 @@ class LogicalTestRunner(TestRunner):
         """naming (res) must conform to LogicalFunctionUnit 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