mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 01:55:33 +00:00
5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
python3 generate.py $@
|
|
make -f run-test.mk
|