From 0ac02f56a23d7d7ddbaddf7818275d07db8a180a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 28 Jul 2020 16:15:40 -0700 Subject: [PATCH] fix test_pipe_ilang.py --- src/soc/fu/div/test/test_pipe_ilang.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/fu/div/test/test_pipe_ilang.py b/src/soc/fu/div/test/test_pipe_ilang.py index ce472cad..a5b34391 100644 --- a/src/soc/fu/div/test/test_pipe_ilang.py +++ b/src/soc/fu/div/test/test_pipe_ilang.py @@ -15,10 +15,10 @@ class TestPipeIlang(unittest.TestCase): def test_div_pipe_core(self): self.write_ilang(DivPipeKind.DivPipeCore) - def test_div_pipe_core(self): + def test_fsm_div_core(self): self.write_ilang(DivPipeKind.FSMDivCore) - def test_div_pipe_core(self): + def test_sim_only(self): self.write_ilang(DivPipeKind.SimOnly) -- 2.30.2