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

. ../../testenv.sh

synth bug.vhdl -e > syn_bug.vhdl
analyze comp.vhdl syn_bug.vhdl

clean

echo "Test successful"