aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1292/testsuite.sh
blob: efacbbacef3595824b5f7c8b4a315b061294a4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze psl_next_event_e.vhdl
elab_simulate psl_next_event_e

clean

echo "Test successful"