aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-11 15:49:39 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-08-23 16:35:35 +0200
commitbc09bbf10599436e1efdb0432886b2bb8b4bf890 (patch)
treeecfd7abe20a1b2773ef187bb3de302b1db05b0c5 /testsuite
parentb34f3e885407693a2839771fd469af4ce2b40978 (diff)
downloadghdl-bc09bbf10599436e1efdb0432886b2bb8b4bf890.tar.gz
ghdl-bc09bbf10599436e1efdb0432886b2bb8b4bf890.tar.bz2
ghdl-bc09bbf10599436e1efdb0432886b2bb8b4bf890.zip
Support for concurrent procedure call.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/pyunit/Current.vhdl3
1 files changed, 3 insertions, 0 deletions
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