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

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

for f in fpu fpu2; do
  synth_import "--std=08 ${f}.vhdl -e"
done

echo OK