mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
6 lines
63 B
Bash
Executable file
6 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
python3 generate.py $@
|
|
make -f run-test.mk
|