From 70bca998891387e66b3cf522b3d66b8e873de08d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 29 Aug 2019 06:57:04 +0200 Subject: testsuite/synth: add testcase for records. Temporary disable stmt01 --- testsuite/synth/issue39/testsuite.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 testsuite/synth/issue39/testsuite.sh (limited to 'testsuite/synth/issue39/testsuite.sh') diff --git a/testsuite/synth/issue39/testsuite.sh b/testsuite/synth/issue39/testsuite.sh new file mode 100755 index 000000000..b12533cc8 --- /dev/null +++ b/testsuite/synth/issue39/testsuite.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +. ../../testenv.sh + +for t in rec2; 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 + clean +done + +echo "Test successful" -- cgit v1.2.3