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

. ../testenv.sh

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

clean