aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-errors.adb')
-rw-r--r--src/vhdl/vhdl-errors.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index 8cdbec4ab..02dc0df5d 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -602,8 +602,12 @@ package body Vhdl.Errors is
when Iir_Kind_Simple_Simultaneous_Statement =>
return "simple simultaneous statement";
+ when Iir_Kind_Simultaneous_Null_Statement =>
+ return "simultaneous null statement";
when Iir_Kind_Simultaneous_Procedural_Statement =>
return "simultaneous procedural statement";
+ when Iir_Kind_Simultaneous_Case_Statement =>
+ return "simultaneous case statement";
when Iir_Kind_Simultaneous_If_Statement
| Iir_Kind_Simultaneous_Elsif =>
return "simultaneous if statement";