From bc09bbf10599436e1efdb0432886b2bb8b4bf890 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 11 Aug 2021 15:49:39 +0200 Subject: Support for concurrent procedure call. --- testsuite/pyunit/Current.vhdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/pyunit/Current.vhdl') diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl index 1f1e6c51c..a63a3c75f 100644 --- a/testsuite/pyunit/Current.vhdl +++ b/testsuite/pyunit/Current.vhdl @@ -171,6 +171,9 @@ begin begin inst: component OthersDummy; end generate; + + call: OtherDummy; + ende: std.env.stop; end architecture behav; package package_1 is -- cgit v1.2.3