3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-26 05:43:34 +00:00
This commit is contained in:
Miodrag Milanović 2026-03-20 15:37:31 +00:00 committed by GitHub
commit 9191491eed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
114 changed files with 1105 additions and 1095 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", "--tcl-scripts", "--bash", "--yosys-args", "-e 'select out of bounds'"])

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -eu
source ../gen-tests-makefile.sh
generate_mk --yosys-scripts --tcl-scripts --bash --yosys-args "-e 'select out of bounds'"