mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-24 05:03:46 +00:00
6 lines
104 B
Bash
Executable file
6 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ../common-env.sh
|
|
set -e
|
|
|
|
python3 generate.py $@
|
|
${MAKE:-make} -f run-test.mk
|