From 5e1ef953f38c0347c760417cf7bddf554dc199a5 Mon Sep 17 00:00:00 2001 From: Martin Doerfelt Date: Wed, 28 Aug 2019 22:52:08 +0200 Subject: testsuite/synth: added test for the physical division --- testsuite/synth/physical01/testsuite.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 testsuite/synth/physical01/testsuite.sh (limited to 'testsuite/synth/physical01/testsuite.sh') diff --git a/testsuite/synth/physical01/testsuite.sh b/testsuite/synth/physical01/testsuite.sh new file mode 100755 index 000000000..594edb174 --- /dev/null +++ b/testsuite/synth/physical01/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +for t in physical_division; do + synth $t.vhdl -e $t > syn_$t.vhdl + analyze syn_$t.vhdl + clean +done + +echo "Test successful" -- cgit v1.2.3