1
0
mirror of synced 2026-05-08 16:57:58 +00:00
Files
YosysHQ.yosys/tests/arch/microchip/generate_mk.py
2026-04-16 11:00:44 +02:00

9 lines
238 B
Python

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