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

. ../testenv.sh

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

clean