fix test_pipe_ilang.py
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 28 Jul 2020 23:15:40 +0000 (16:15 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 28 Jul 2020 23:15:40 +0000 (16:15 -0700)
src/soc/fu/div/test/test_pipe_ilang.py

index ce472cad87de21c561488322a9c95d0777d61b7e..a5b343910827a6f1ddebc43492b68b4fca4dd899 100644 (file)
@@ -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)