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

. ../../testenv.sh

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

echo "Test successful"