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

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

for f in or xor nor nand xnor; do
  synth "test_${f}.vhdl -e test_${f}"
done

clean
echo OK