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

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

clean