atpg-ls/test.py

8 lines
144 B
Python
Raw Normal View History

2023-07-18 04:05:32 +00:00
import os
2023-08-09 07:47:50 +00:00
for i in range(10000):
res = os.system("./atpg -i ./benchmark/c432.bench --lut=8 --seed=%d" % i)
if res != 0:
break