aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue941/testsuite.sh
blob: 6ae2a97157180cd7c2e3bff499c0b321f76f5c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

for f in ent; do
  synth $f.vhdl -e $f > syn_$f.vhdl
  analyze syn_$f.vhdl
done
clean

echo "Test successful"