Support module/package/interface/block scope for typedef names.
[yosys.git] / tests / rpc / run-test.sh
1 #!/bin/bash
2 set -e
3 for x in *.ys; do
4 echo "Running $x.."
5 ../../yosys -ql ${x%.ys}.log $x
6 done
7 python3 frontend.py unix-socket frontend.sock