blob: 483eec5e12209a0c4ea6588c8f12aef2a2b581e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
analyze dictp.vhdl
analyze dictp08.vhdl
analyze -g datastructure.vhdl
analyze -g test_dict.vhdl
elab_simulate test_dict
clean
echo "Test successful"
|