mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
10 lines
253 B
Python
10 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.'" ])
|