atpg-ls/test.py

8 lines
144 B
Python

import os
for i in range(10000):
res = os.system("./atpg -i ./benchmark/c432.bench --lut=8 --seed=%d" % i)
if res != 0:
break