From: Luke Kenneth Casson Leighton Date: Thu, 14 May 2020 09:51:56 +0000 (+0100) Subject: whoops assertion that the Logical pipeline Function Unit is... um... LOGICAL X-Git-Tag: div_pipeline~1239 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfdfe444191bfa76c57bb827a308d6d34a6c4c3b;p=soc.git whoops assertion that the Logical pipeline Function Unit is... um... LOGICAL --- diff --git a/src/soc/logical/test/test_pipe_caller.py b/src/soc/logical/test/test_pipe_caller.py index 2b2b129d..eaed9e74 100644 --- a/src/soc/logical/test/test_pipe_caller.py +++ b/src/soc/logical/test/test_pipe_caller.py @@ -180,7 +180,7 @@ class TestRunner(FHDLTestCase): yield instruction.eq(ins) # raw binary instr. yield Settle() fn_unit = yield pdecode2.e.fn_unit - self.assertEqual(fn_unit, Function.ALU.value) + self.assertEqual(fn_unit, Function.LOGICAL.value) yield from set_alu_inputs(alu, pdecode2, simulator) yield from set_extra_alu_inputs(alu, pdecode2, simulator) yield