aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-30 20:07:35 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-30 20:07:35 +0100
commit10b0ac263ed7c59c438c1cb82faef51370cbd67e (patch)
tree0430b5e1ae8c137057832f2946d16f9d5222588a /src/vhdl/vhdl-errors.adb
parent6340fddff21567b10dd774d5459536d37c6239dc (diff)
downloadghdl-10b0ac263ed7c59c438c1cb82faef51370cbd67e.tar.gz
ghdl-10b0ac263ed7c59c438c1cb82faef51370cbd67e.tar.bz2
ghdl-10b0ac263ed7c59c438c1cb82faef51370cbd67e.zip
ams-vhdl: add simultaneous null statement.
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";