mirror of https://github.com/YosysHQ/yosys.git
6 lines
63 B
Bash
6 lines
63 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
python3 generate.py $@
|
||
|
make -f run-test.mk
|