Remove mulli from instrs in test case_all*, add TODO for mulli special
authorCole Poirier <colepoirier@gmail.com>
Wed, 5 Aug 2020 21:21:19 +0000 (14:21 -0700)
committerCole Poirier <colepoirier@gmail.com>
Wed, 5 Aug 2020 21:21:19 +0000 (14:21 -0700)
test case

src/soc/fu/mul/test/test_pipe_caller.py

index 6fee0f6ac1572ec1b991823aa2a9d834fa17c929..18db8e76357481bdd7cb5e22a827a1c80d8de1ab 100644 (file)
@@ -161,7 +161,7 @@ class MulTestCase(TestAccumulatorBase):
             self.add_case(Program(lst, bigendian), initial_regs)
 
     def case_all(self):
-        instrs = ["mulli","mulhw",
+        instrs = [,"mulhw",
                   "mulhw.","mullw",
                   "mullw.","mullwo",
                   "mullwo.","mulhwu",
@@ -171,6 +171,8 @@ class MulTestCase(TestAccumulatorBase):
                   "mulhd.","mulhdu",
                   "mulhdu."]
 
+# TODO add special test case for "mulli"
+
 # TODO add test case for these 3 operand cases
 # ,"maddhd","maddhdu","maddld"
 
@@ -205,7 +207,7 @@ class MulTestCase(TestAccumulatorBase):
                         self.add_case(prog, initial_regs)
 
     def case_all_rb_randint(self):
-        instrs = ["mulli","mulhw",
+        instrs = ["mulhw",
                   "mulhw.","mullw",
                   "mullw.","mullwo",
                   "mullwo.","mulhwu",