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

. ../../testenv.sh

GHDL_SYNTH_FLAGS=-gCONFIG="10111011" 
synth_analyze rom_test 2> synth.log
grep "found ROM" synth.log

clean

echo "Test successful"