aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issues/issue4/testsuite.sh
blob: b1107b024f23e61e35bd69fb302116c1e485e1a7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

topdir=../..
. $topdir/testenv.sh

for f in no_vector counter8 vector; do
  synth "${f}.vhdl -e ${f}"
done

clean