aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-30 04:05:05 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-30 04:05:05 +0200
commitebbd18fca4fd5b3dd2583271392f2a53911712a9 (patch)
tree6f254c212f26df9aef3568eb5865895916d2eca7 /src/vhdl/vhdl-annotations.adb
parenta4d58954c0b541150166b26fadb159bbdd338337 (diff)
downloadghdl-ebbd18fca4fd5b3dd2583271392f2a53911712a9.tar.gz
ghdl-ebbd18fca4fd5b3dd2583271392f2a53911712a9.tar.bz2
ghdl-ebbd18fca4fd5b3dd2583271392f2a53911712a9.zip
vhdl-annotations: ignore conditional variable assignment.
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 18640794a..0b15f37b0 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -880,7 +880,8 @@ package body Vhdl.Annotations is
when Iir_Kind_Simple_Signal_Assignment_Statement
| Iir_Kind_Selected_Waveform_Assignment_Statement
| Iir_Kind_Conditional_Signal_Assignment_Statement
- | Iir_Kind_Variable_Assignment_Statement =>
+ | Iir_Kind_Variable_Assignment_Statement
+ | Iir_Kind_Conditional_Variable_Assignment_Statement =>
null;
when Iir_Kind_Procedure_Call_Statement =>
null;