3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-20 02:43:36 +00:00
yosys/tests/blif/generate_mk.py
Miodrag Milanovic a8485a2adf Cleanup
2026-03-26 08:24:06 +01:00

8 lines
134 B
Python

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