aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/annotations.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/annotations.adb')
-rw-r--r--src/vhdl/simulate/annotations.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/simulate/annotations.adb b/src/vhdl/simulate/annotations.adb
index 100802527..34a2a88b9 100644
--- a/src/vhdl/simulate/annotations.adb
+++ b/src/vhdl/simulate/annotations.adb
@@ -978,6 +978,11 @@ package body Annotations is
when Iir_Kind_Simple_Simultaneous_Statement =>
null;
+ when Iir_Kind_Concurrent_Simple_Signal_Assignment =>
+ -- In case concurrent signal assignemnts were not
+ -- canonicalized.
+ null;
+
when others =>
Error_Kind ("annotate_concurrent_statements_list", El);
end case;