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

. ../../testenv.sh

synth_analyze dummy_top
grep -q dummy_sub_inst syn_dummy_top.vhdl

clean

echo "Test successful"