aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1596/testsuite.sh
blob: f9c9fdd54a5f6a4a35643f5c31c2d09a7be9586f (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../testenv.sh

synth ent.vhdl ent_working.vhdl -e > syn_working.vhdl
synth ent.vhdl ent_bug.vhdl -e > syn_bug.vhdl

echo "Test successful"