3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-10 20:32:28 +00:00
yosys/tests/hana/generate_mk.py
2026-04-16 11:00:44 +02:00

8 lines
162 B
Python

#!/usr/bin/env python3
import sys
sys.path.append("..")
import gen_tests_makefile
gen_tests_makefile.generate_autotest("test_*.v", "-l hana_vlib.v -n 300 -e")