blob: 7ab5ea0e6576f4381f1528e045d84932e34582a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
analyze array_of_string_elements.vhdl
elab_simulate_failure array_of_string_elements
clean
echo "Test successful"
|