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

. ../../testenv.sh

GHDL_STD_FLAGS="--std=08 -fsynopsys"
synth_analyze bar
clean

echo "Test successful"