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