From f0e742418639c5a3afd58dd601b6dc6b31795d77 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 21 May 2017 18:37:49 +0200 Subject: Add testcase for #349 --- testsuite/gna/issue349/testsuite.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 testsuite/gna/issue349/testsuite.sh (limited to 'testsuite/gna/issue349/testsuite.sh') diff --git a/testsuite/gna/issue349/testsuite.sh b/testsuite/gna/issue349/testsuite.sh new file mode 100755 index 000000000..3102a0939 --- /dev/null +++ b/testsuite/gna/issue349/testsuite.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze repro.vhdl +elab_simulate repro + + +#analyze ResolutionPkg.vhd +#analyze resolution-tb.vhdl +#elab_simulate resolution_tb + +clean + +echo "Test successful" -- cgit v1.2.3