3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-23 12:59:15 +00:00

Convert gen-tests shell script to python

This commit is contained in:
Miodrag Milanovic 2026-03-13 08:38:05 +01:00
parent 486c3715fb
commit 2fb0ca49ff
60 changed files with 421 additions and 237 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env python3
import sys
sys.path.append("..")
import gen_tests_makefile
gen_tests_makefile.generate(["--yosys-scripts"])

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -eu
source ../gen-tests-makefile.sh
generate_mk --yosys-scripts