From: Cole Poirier Date: Wed, 5 Aug 2020 21:02:47 +0000 (-0700) Subject: Add new test_values to tests case_all and case_all_rb_randint X-Git-Tag: semi_working_ecp5~435 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c378bfee23d737c90b131634722b0b073c91268f;p=soc.git Add new test_values to tests case_all and case_all_rb_randint --- diff --git a/src/soc/fu/mul/test/test_pipe_caller.py b/src/soc/fu/mul/test/test_pipe_caller.py index 1f27cefc..6fee0f6a 100644 --- a/src/soc/fu/mul/test/test_pipe_caller.py +++ b/src/soc/fu/mul/test/test_pipe_caller.py @@ -186,6 +186,11 @@ class MulTestCase(TestAccumulatorBase): 0x1234_5678_8000_0000, 0x1234_5678_FFFF_FFFF, 0x1234_5678_7FFF_FFFF, + 0xffffffff, + 0x7fffffff, + 0x80000000, + 0xfffffffe, + 0xfffffffd ] for instr in instrs: @@ -222,6 +227,11 @@ class MulTestCase(TestAccumulatorBase): 0x1234_5678_8000_0000, 0x1234_5678_FFFF_FFFF, 0x1234_5678_7FFF_FFFF, + 0xffffffff, + 0x7fffffff, + 0x80000000, + 0xfffffffe, + 0xfffffffd ] for instr in instrs: