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

. ../../testenv.sh

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

rm -f fp_write_read_file_A.txt
clean

echo "Test successful"