aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-06-24 15:38:40 +0200
committertgingold <tgingold@users.noreply.github.com>2016-06-24 15:38:40 +0200
commit00bedc57ef340ed6271b695bf08b6d2ac7778edd (patch)
tree4f35bbd879570b2762b9942766688f30f76b4afb /testsuite/gna
parente2dadd718f21fc88ab7fac08d958ec40d3e2407a (diff)
downloadghdl-00bedc57ef340ed6271b695bf08b6d2ac7778edd.tar.gz
ghdl-00bedc57ef340ed6271b695bf08b6d2ac7778edd.tar.bz2
ghdl-00bedc57ef340ed6271b695bf08b6d2ac7778edd.zip
Synopsys flavor for VHDL-2008 (#94)
* Added makefile rules for a VHDL-2008 synopsys flavor. Removed synopsys check in VHDL-2008 mode from ghdllocal.adb. * Adjusted testsuite run "gna/bug28", which tests for --std=08 and --ieee=synopsys to report a message.
Diffstat (limited to 'testsuite/gna')
-rwxr-xr-xtestsuite/gna/bug028/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug028/testsuite.sh b/testsuite/gna/bug028/testsuite.sh
index 2567fba26..6eb89c3d0 100755
--- a/testsuite/gna/bug028/testsuite.sh
+++ b/testsuite/gna/bug028/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
-GHDL_FLAGS=--ieee=synopsys
+GHDL_FLAGS=--ieee=mentor
analyze simple.vhdl 2>&1 | grep ignored
clean