From 2e454c85bb4b0462c51a73f400a4e1b160efa532 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Tue, 2 Nov 2021 20:18:52 +0100 Subject: [PATCH] hack to fix UnusedElaboratables in src/soc/fu/mmu/test/test_pipe_caller.py --- src/soc/fu/mmu/test/test_pipe_caller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/soc/fu/mmu/test/test_pipe_caller.py b/src/soc/fu/mmu/test/test_pipe_caller.py index 0bb9f4f9..0701dd93 100644 --- a/src/soc/fu/mmu/test/test_pipe_caller.py +++ b/src/soc/fu/mmu/test/test_pipe_caller.py @@ -82,6 +82,8 @@ class TestRunner(unittest.TestCase): def __init__(self, test_data): super().__init__("run_all") self.test_data = test_data + #hack here -- all unit tests are affected + self.run_all() def check_fsm_outputs(self, alu, dec2, sim, code, pia_res): -- 2.30.2