From ff80772ba4902bf433e86817b38aa2285865983e Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Fri, 15 May 2020 16:03:37 -0400 Subject: [PATCH] re-enable assert for correct function unit --- src/soc/branch/test/test_pipe_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/branch/test/test_pipe_caller.py b/src/soc/branch/test/test_pipe_caller.py index 493a2bb0..fdb4edbe 100644 --- a/src/soc/branch/test/test_pipe_caller.py +++ b/src/soc/branch/test/test_pipe_caller.py @@ -164,7 +164,7 @@ class TestRunner(FHDLTestCase): print(f"cr0: {simulator.crl[0].get_range()}") yield Settle() fn_unit = yield pdecode2.e.fn_unit - #self.assertEqual(fn_unit, Function.BRANCH.value, code) + self.assertEqual(fn_unit, Function.BRANCH.value, code) yield yield opname = code.split(' ')[0] -- 2.30.2