increase frequency of number of entries placed in the InputGroup
[ieee754fpu.git] / src / add / test_inputgroup.py
index 4c210c26e763554d633a6b5ac6214678ca662f05..e78090ea69fc4192422832ef9dbc04220fc67f33 100644 (file)
@@ -130,7 +130,7 @@ class InputTest:
             yield rs.stb.eq(0)
 
             # wait random period of time before queueing another value
-            for i in range(randint(0, 12)):
+            for i in range(randint(0, 8)):
                 yield
 
     def recv(self):