adding mtspr tests
[soc.git] / src / soc / fu / compunits / test / test_cr_compunit.py
index 6271ab096add0193c0702c371561a3cc59f4ee12..9d05d3f72b05ef60b34c6e470872cd7dda8447d2 100644 (file)
@@ -20,7 +20,7 @@ class CRTestRunner(TestRunner):
         res = yield from get_cu_inputs(dec2, sim)
         return res
 
-    def check_cu_outputs(self, res, dec2, sim, code):
+    def check_cu_outputs(self, res, dec2, sim, alu, code):
         """naming (res) must conform to CRFunctionUnit output regspec
         """