adding mtspr tests
[soc.git] / src / soc / fu / compunits / test / test_branch_compunit.py
index 6c9d1f6db534be89632652847740c08d7bb0dbee..31e664c5a5bb13b001ea1150287853ebd8957c70 100644 (file)
@@ -25,7 +25,7 @@ class BranchTestRunner(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 BranchFunctionUnit output regspec
         """