aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-27 13:55:57 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-27 13:55:57 +0200
commit4870e051898d752407da802d4297d1f83bfbe433 (patch)
tree41a5e01ce5bf619d23dc15377dee0605670efde7 /src/vhdl/vhdl-annotations.adb
parent26c13e748d27454a43ea1c341570b48a40cd2067 (diff)
downloadghdl-4870e051898d752407da802d4297d1f83bfbe433.tar.gz
ghdl-4870e051898d752407da802d4297d1f83bfbe433.tar.bz2
ghdl-4870e051898d752407da802d4297d1f83bfbe433.zip
synth: support sequential conditional signal assignment.
Fix tgingold/ghdlsynth-beta#40
Diffstat (limited to 'src/vhdl/vhdl-annotations.adb')
-rw-r--r--src/vhdl/vhdl-annotations.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb
index b23e4b6e6..1e3b00043 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -872,6 +872,7 @@ package body Vhdl.Annotations is
null;
when Iir_Kind_Simple_Signal_Assignment_Statement
| Iir_Kind_Selected_Waveform_Assignment_Statement
+ | Iir_Kind_Conditional_Signal_Assignment_Statement
| Iir_Kind_Variable_Assignment_Statement =>
null;
when Iir_Kind_Procedure_Call_Statement =>