3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-23 21:09:14 +00:00
yosys/tests/blif/generate_mk.py
Miodrag Milanovic 0297eabeb3 Make test simple
2026-03-20 16:16:58 +01:00

8 lines
No EOL
133 B
Python

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