blob: 925ada180dd5dfebcbf198d42ab862195bbd0981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
analyze_failure tb1.vhdl
analyze_failure -fpsl tb2.vhdl
analyze tb.vhdl
elab_simulate tb
clean
echo "Test successful"
|