From e5db9a577de24275c1911fc2ad09ab14db39e106 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 3 Oct 2019 19:05:08 +0200 Subject: testsuite/synth: Add a test for #963 --- testsuite/synth/issue963/testsuite.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 testsuite/synth/issue963/testsuite.sh (limited to 'testsuite/synth/issue963/testsuite.sh') diff --git a/testsuite/synth/issue963/testsuite.sh b/testsuite/synth/issue963/testsuite.sh new file mode 100755 index 000000000..e30a741e0 --- /dev/null +++ b/testsuite/synth/issue963/testsuite.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +. ../../testenv.sh + +for t in ent; do + analyze $t.vhdl tb_$t.vhdl + elab_simulate tb_$t + clean + + synth $t.vhdl -e $t > syn_$t.vhdl + analyze syn_$t.vhdl tb_$t.vhdl + elab_simulate tb_$t --ieee-asserts=disable-at-0 + clean +done + +echo "Test successful" -- cgit v1.2.3