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

. ../../testenv.sh

synth --out=raw test.vhdl -e > syn_test.raw
grep -q mem_rd_sync syn_test.raw

echo "Test successful"