aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1781/testsuite.sh
blob: 47c90a2370ec27b936ac4df83439651fe2f2c02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

. ../../testenv.sh


export GHDL_STD_FLAGS=--std=08

synth_tb simple2

synth --out=none imem2a.vhdl -e 2> imem2a.err
grep -q "width: 16 bits, depth: 256" imem2a.err

synth_analyze imem2


clean
echo "Test successful"