From 96245c0a4df7a6bc07cd8b7c15268c78c459f3b7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 9 Nov 2021 20:54:19 +0100 Subject: vhdl: Iir_Kind_Foreign_Module is now a library unit (instead of a design unit). Also, add Iir_Kind_Foreign_Vector_Type_Definition --- 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 01fa3c0cd..d2cfff8dd 100644 --- a/src/vhdl/vhdl-errors.adb +++ b/src/vhdl/vhdl-errors.adb @@ -342,6 +342,8 @@ package body Vhdl.Errors is return Disp_Type (Node, "protected type body"); when Iir_Kind_Subtype_Definition => return "subtype definition"; + when Iir_Kind_Foreign_Vector_Type_Definition => + return "foreign vector type definition"; when Iir_Kind_Scalar_Nature_Definition => return Disp_Nature (Node, "scalar nature"); -- cgit v1.2.3