From fb07d936ebbe71a4c1c9d67075b65955d8137dfc Mon Sep 17 00:00:00 2001 From: Cole Poirier Date: Wed, 5 Aug 2020 10:18:22 -0700 Subject: [PATCH] Remove madd* isns, added madd* isns test TODO --- src/soc/fu/mul/test/test_pipe_caller.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/soc/fu/mul/test/test_pipe_caller.py b/src/soc/fu/mul/test/test_pipe_caller.py index 7a7fb0b1..3274f012 100644 --- a/src/soc/fu/mul/test/test_pipe_caller.py +++ b/src/soc/fu/mul/test/test_pipe_caller.py @@ -169,8 +169,10 @@ class MulTestCase(TestAccumulatorBase): "mulld.","mulldo", "mulldo.","mulhd", "mulhd.","mulhdu", - "mulhdu.","maddhd", - "maddhdu","maddld"] + "mulhdu."] + +# TODO add test case for these 3 operand cases +# ,"maddhd","maddhdu","maddld" test_values = [ 0x0, -- 2.30.2