aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/comp01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/comp01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/comp01/testsuite.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/synth/comp01/testsuite.sh b/testsuite/synth/comp01/testsuite.sh
new file mode 100755
index 000000000..c16175e4c
--- /dev/null
+++ b/testsuite/synth/comp01/testsuite.sh
@@ -0,0 +1,18 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze and3.vhdl and6.vhdl tb_and6.vhdl
+elab_simulate tb_and6
+clean
+
+synth and3.vhdl and6.vhdl -e and6 > syn_and6.vhdl
+analyze syn_and6.vhdl tb_and6.vhdl
+elab_simulate tb_and6
+clean
+
+echo "Test successful"