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

. ../../testenv.sh

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

synth_tb test2
synth_tb test2n

echo "Test successful"