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

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

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

clean