summaryrefslogtreecommitdiff
path: root/tests/lut/run-test.sh
blob: 207417fa614ca50bef0ac673fdafffeacf99d846 (plain)
1
2
3
4
5
6
#!/bin/bash
set -e
for x in *.v; do
  echo "Running $x.."
  ../../yosys -q -s check_map.ys -l ${x%.v}.log $x
done