random modifications
[ieee754fpu.git] / src / ieee754 / fpcommon / test / fpmux.py
index 5228ed6b158fe10779c89dc669674c57b0c9615f..24bc78248f370e0c77eda82d50822a714b58ecf6 100644 (file)
@@ -168,9 +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 = 0x3c00
+                op2 = 0x4000
+                op1 = 0x3c00
+                op2 = 0x3e00
                 vals.append((op1, op2,))
     return vals