aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rpc/run-test.sh
blob: eeb309347cfebe275352830b57dcb18c1407a30b (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -e
for x in *.ys; do
  echo "Running $x.."
  ../../yosys -ql ${x%.ys}.log $x
done
python3 frontend.py unix-socket frontend.sock