From a779d6b3b5f10cbee6690ae4ff7aa43b65caf5e3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 2 Sep 2015 18:21:33 +0200 Subject: Add bug017. --- testsuite/gna/bug017/wait1.vhdl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testsuite/gna/bug017/wait1.vhdl (limited to 'testsuite/gna/bug017/wait1.vhdl') diff --git a/testsuite/gna/bug017/wait1.vhdl b/testsuite/gna/bug017/wait1.vhdl new file mode 100644 index 000000000..fbea74af2 --- /dev/null +++ b/testsuite/gna/bug017/wait1.vhdl @@ -0,0 +1,13 @@ +entity wait1 is +end; + +architecture behav of wait1 is +begin + process + begin + report "hello"; + wait for 1 ns; + report "SUCCESS"; + wait; + end process; +end behav; -- cgit v1.2.3