blob: a6f1e36f4a7858a321ff036027fcfdce38cb211b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
analyze repro1.vhdl
if ghdl_has_feature repro1 fst; then
elab_simulate repro1 --fst=w1.fst
fi
rm -f w1.fst
clean
echo "Test successful"
|