skip madd, not implemented
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 12 Dec 2020 16:37:49 +0000 (16:37 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 12 Dec 2020 16:37:49 +0000 (16:37 +0000)
src/soc/fu/mul/test/test_pipe_caller.py

index 2fb8265c2ee70fac830bd8708f24c515497fd73b..36e5faf4a875b241ad383b39f4b69d00acfd16d9 100644 (file)
@@ -2,7 +2,8 @@ import unittest
 from soc.fu.mul.test.helper import MulTestHelper
 from soc.simulator.program import Program
 from soc.config.endian import bigendian
-from soc.fu.test.common import (TestAccumulatorBase)
+from soc.fu.test.common import TestAccumulatorBase, skip_case
+
 import random
 
 
@@ -114,6 +115,7 @@ class MulTestCases3Arg(TestAccumulatorBase):
     # TODO add test case for these 3 operand cases (madd
     # needs to be implemented)
     # "maddhd","maddhdu","maddld"
+    @skip_case("madd not implemented")
     def case_maddld(self):
         lst = ["maddld 1, 2, 3, 4"]
         initial_regs = [0] * 32