From 988eebde6d076261da5e94344b38445e6ed764f0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 15 Aug 2022 09:15:10 +0200 Subject: vhdl: add iir_kind_psl_boolean_parameter node. For #2178 --- src/vhdl/vhdl-errors.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vhdl/vhdl-errors.adb') diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb index a5e75f212..8410cb767 100644 --- a/src/vhdl/vhdl-errors.adb +++ b/src/vhdl/vhdl-errors.adb @@ -629,6 +629,8 @@ package body Vhdl.Errors is when Iir_Kind_Psl_Declaration => return Disp_Identifier (Node, "PSL declaration"); + when Iir_Kind_Psl_Boolean_Parameter => + return Disp_Identifier (Node, "PSL boolean parameter"); when Iir_Kind_Psl_Endpoint_Declaration => return Disp_Identifier (Node, "PSL endpoint declaration"); -- cgit v1.2.3