3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-28 23:35:49 +00:00
yosys/tests/arch/analogdevices/generate_mk.py
2026-03-13 08:38:05 +01:00

9 lines
253 B
Python

#!/usr/bin/env python3
import sys
sys.path.append("../..")
import gen_tests_makefile
import mem_gen
gen_tests_makefile.generate(["--yosys-scripts", "--bash", "--yosys-args", "-w 'Yosys has only limited support for tri-state logic at the moment.'" ])