aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1295/testsuite.sh
blob: 6d0673ab78e1f36b31c7cf55fa38b93a9a9f862c (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_a.vhdl
elab_simulate psl_next_event_a

clean

echo "Test successful"