aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug16695/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2013-12-29 11:50:25 +0100
committerTristan Gingold <tgingold@free.fr>2013-12-29 11:50:25 +0100
commitf7ca17c9595761f226a03901c03dc6921049ba11 (patch)
treec6b8c1c3d8c875aa80f2cc89f9d5e4ac0c48247e /testsuite/gna/bug16695/testsuite.sh
parent691322088800b3cacb2f8554e893a881ce4e479d (diff)
downloadghdl-f7ca17c9595761f226a03901c03dc6921049ba11.tar.gz
ghdl-f7ca17c9595761f226a03901c03dc6921049ba11.tar.bz2
ghdl-f7ca17c9595761f226a03901c03dc6921049ba11.zip
Add bug16695
Diffstat (limited to 'testsuite/gna/bug16695/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug16695/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug16695/testsuite.sh b/testsuite/gna/bug16695/testsuite.sh
new file mode 100755
index 000000000..4caea3335
--- /dev/null
+++ b/testsuite/gna/bug16695/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze --ieee=synopsys lfsr_updown.vhd lfsr_updown_tb.vhd
+elab_simulate --ieee=synopsys lfsr_updown_tb --stop-time=200ns
+
+clean
+
+echo "Test successful"