From d2ea6d49cd301ff7bd129bfe39a09b0b14f4dbcc Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 29 Apr 2022 12:01:37 +0200 Subject: testsuite/synth: add new tests for attributes --- testsuite/synth/attr01/testsuite.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 testsuite/synth/attr01/testsuite.sh (limited to 'testsuite/synth/attr01/testsuite.sh') diff --git a/testsuite/synth/attr01/testsuite.sh b/testsuite/synth/attr01/testsuite.sh new file mode 100755 index 000000000..8fd0c9051 --- /dev/null +++ b/testsuite/synth/attr01/testsuite.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 +synth_analyze attr01 +grep -q "keep of counter" syn_attr01.vhdl +clean + +synth_analyze attr02 +grep -q "keep of rst" syn_attr02.vhdl +clean + +echo "Test successful" -- cgit v1.2.3