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

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

clean