1
0
mirror of synced 2026-05-20 04:41:11 +00:00
Files
YosysHQ.yosys/tests/bind/generate_mk.py
2026-03-16 10:13:10 +01:00

9 lines
134 B
Python

#!/usr/bin/env python3
import sys
sys.path.append("..")
import gen_tests_makefile
gen_tests_makefile.generate(["--yosys-scripts"])