1
0
mirror of synced 2026-04-14 09:19:24 +00:00
Files
YosysHQ.yosys/tests/opt/run-test.sh

7 lines
98 B
Bash
Executable File

#!/bin/bash
set -e
for x in *.ys; do
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
done