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

. ../../testenv.sh

synth --out=verilog bug.vhdl -e > synth_bug.v
diff_nocr synth_bug.ref synth_bug.v

echo "Test successful"