From 27e107a5196b31de85b3433c8dc616d6d7c7432c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 2 Sep 2015 18:23:37 +0200 Subject: Add bug023. --- testsuite/gna/bug023/ppkg_tb.vhdl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testsuite/gna/bug023/ppkg_tb.vhdl (limited to 'testsuite/gna/bug023/ppkg_tb.vhdl') diff --git a/testsuite/gna/bug023/ppkg_tb.vhdl b/testsuite/gna/bug023/ppkg_tb.vhdl new file mode 100644 index 0000000..f53df91 --- /dev/null +++ b/testsuite/gna/bug023/ppkg_tb.vhdl @@ -0,0 +1,14 @@ +entity ppkg_tb is +end ppkg_tb; + +use work.ppkg.all; +architecture behav of ppkg_tb is +begin + process + begin + rep1; + rep2; + rep3; + wait; + end process; +end behav; -- cgit