yosys/tests/arith_tree/generate_mk.py

9 lines
134 B
Python
Raw Normal View History

2026-04-16 11:04:14 +02:00
#!/usr/bin/env python3
import sys
sys.path.append("..")
import gen_tests_makefile
gen_tests_makefile.generate(["--yosys-scripts"])