summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug23165/testsuite.sh
blob: 66e03f0c614bfa3c65db514e5647e497163c4c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh

. ../../testenv.sh

analyze mwe_failing/counter.vhd
analyze mwe_failing/mwe.vhd
elab_simulate mwe --stop-time=100us

analyze mwe_working/counter.vhd
analyze mwe_working/mwe.vhd
elab_simulate mwe --stop-time=100us --wave=output.ghw

analyze mwe2/mwe.vhd
elab_simulate mwe --stop-time=100us

clean

echo "Test successful"