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

. ../../testenv.sh

GHDL_STD_FLAGS=-fsynopsys
synth repro1.vhdl -e > syn_repro1.vhdl
synth repro2.vhdl -e > syn_repro2.vhdl
clean

echo "Test successful"