aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-02 19:02:56 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-02 19:02:56 +0200
commita11d847187413ad04a6d98c1e867ccb5e385abe5 (patch)
treed451775064efe18c5510528e1efef86dad56224e /src/vhdl
parentc851b365a40b7643346beece274b1ba81d9af5e5 (diff)
downloadghdl-a11d847187413ad04a6d98c1e867ccb5e385abe5.tar.gz
ghdl-a11d847187413ad04a6d98c1e867ccb5e385abe5.tar.bz2
ghdl-a11d847187413ad04a6d98c1e867ccb5e385abe5.zip
synth: handle concurrent assertions.
Diffstat (limited to 'src/vhdl')
-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 ace106d4f..2d02029ce 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -1051,7 +1051,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_Conditional_Signal_Assignment
+ | Iir_Kind_Concurrent_Assertion_Statement =>
-- In case concurrent signal assignemnts were not
-- canonicalized (for synthesis).
null;