blob: 30c8681458398697e247232c6742158646df1d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
analyze --work=libvhdl queuep.vhdl
analyze queuet.vhdl
elab_simulate queuet
clean
clean libvhdl
echo "Test successful"
|