yosys/tests/blif/generate_mk.py

8 lines
133 B
Python
Raw Normal View History

2026-03-18 09:45:33 +01:00
#!/usr/bin/env python3
import sys
sys.path.append("..")
import gen_tests_makefile
2026-03-20 16:16:58 +01:00
gen_tests_makefile.generate(["--yosys-scripts"])