aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-07 07:33:47 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-07 07:33:47 +0200
commit5a4e0827f597d077707aa57985be951c1d40f854 (patch)
treeb9238d27fee135f071b72a3e3b01264205003439 /src/vhdl/vhdl-annotations.adb
parentab9bb439cc6a108b3fae713c3e475aac2ca509a0 (diff)
downloadghdl-5a4e0827f597d077707aa57985be951c1d40f854.tar.gz
ghdl-5a4e0827f597d077707aa57985be951c1d40f854.tar.bz2
ghdl-5a4e0827f597d077707aa57985be951c1d40f854.zip
synth: add support for concurrent procedure calls. Fix #969
Diffstat (limited to 'src/vhdl/vhdl-annotations.adb')
-rw-r--r--src/vhdl/vhdl-annotations.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb
index a2f0f0458..b61547018 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -1108,7 +1108,8 @@ package body Vhdl.Annotations is
when Iir_Kind_Concurrent_Simple_Signal_Assignment
| Iir_Kind_Concurrent_Selected_Signal_Assignment
| Iir_Kind_Concurrent_Conditional_Signal_Assignment
- | Iir_Kind_Concurrent_Assertion_Statement =>
+ | Iir_Kind_Concurrent_Assertion_Statement
+ | Iir_Kind_Concurrent_Procedure_Call_Statement =>
-- In case concurrent signal assignemnts were not
-- canonicalized (for synthesis).
null;