blob: f55718f4e80145666fde424ed1988aa7a396f275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
analyze corelib_List.v08.vhdl
analyze corelib.v08.vhdl
analyze Integer_List_tb.vhdl
elab_simulate integer_list_tb
clean
echo "Test successful"
|