aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-annotations.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-annotations.adb')
-rw-r--r--src/vhdl/simulate/simul-annotations.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-annotations.adb b/src/vhdl/simulate/simul-annotations.adb
index 2cbbfe181..8fb4c4fdc 100644
--- a/src/vhdl/simulate/simul-annotations.adb
+++ b/src/vhdl/simulate/simul-annotations.adb
@@ -1020,9 +1020,10 @@ package body Simul.Annotations is
when Iir_Kind_Simple_Simultaneous_Statement =>
null;
- when Iir_Kind_Concurrent_Simple_Signal_Assignment =>
+ when Iir_Kind_Concurrent_Simple_Signal_Assignment
+ | Iir_Kind_Concurrent_Selected_Signal_Assignment =>
-- In case concurrent signal assignemnts were not
- -- canonicalized.
+ -- canonicalized (for synthesis).
null;
when others =>