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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze regfile
grep -q "variable registers :" syn_regfile.vhdl
clean

echo "Test successful"