mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-05 16:40:53 +00:00
8 lines
144 B
Python
8 lines
144 B
Python
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
sys.path.append("..")
|
|
|
|
import gen_tests_makefile
|
|
|
|
gen_tests_makefile.generate(["--yosys-scripts", "--bash"])
|