random modifications got semi-correct output
[ieee754fpu.git] / src / ieee754 / fpcommon / test / fpmux.py
index 181e57a2dac5e8c9e9cfeb338968c1330726fb30..5228ed6b158fe10779c89dc669674c57b0c9615f 100644 (file)
@@ -167,6 +167,10 @@ def create_random(num_rows, width, single_op=False, n_vals=10):
             else:
                 op1 = randint(0, (1<<width)-1)
                 op2 = randint(0, (1<<width)-1)
+
+                op2 = 0x4100
+                op1 = 0x4000
+                #op2 = 0x3c00
                 vals.append((op1, op2,))
     return vals