summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug01/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug01/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/bug01/testsuite.sh b/testsuite/gna/bug01/testsuite.sh
new file mode 100755
index 0000000..363758e
--- /dev/null
+++ b/testsuite/gna/bug01/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze foo.vhdl
+elab_simulate foo
+
+analyze tb.vhdl
+# elab_simulate testbenchautomated --ieee-asserts=disable --stop-time=100us
+clean
+
+echo "Test successful"