From: Michael Nolan Date: Fri, 15 May 2020 20:03:37 +0000 (-0400) Subject: re-enable assert for correct function unit X-Git-Tag: div_pipeline~1163 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff80772ba4902bf433e86817b38aa2285865983e;p=soc.git re-enable assert for correct function unit --- 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]