diff options
Diffstat (limited to 'src/vhdl/vhdl-errors.adb')
-rw-r--r-- | src/vhdl/vhdl-errors.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb index ada8258af..b9183fbbc 100644 --- a/src/vhdl/vhdl-errors.adb +++ b/src/vhdl/vhdl-errors.adb @@ -512,6 +512,12 @@ package body Vhdl.Errors is return Disp_Identifier (Node, "context"); when Iir_Kind_Package_Instantiation_Declaration => return Disp_Identifier (Node, "instantiation package"); + when Iir_Kind_Vmode_Declaration => + return Disp_Identifier (Node, "vmode"); + when Iir_Kind_Vprop_Declaration => + return Disp_Identifier (Node, "vprop"); + when Iir_Kind_Vunit_Declaration => + return Disp_Identifier (Node, "vunit"); when Iir_Kind_Package_Header => return "package header"; |