From 7d034fc52f6b15e743ca91e7b1a4314bf31623b9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 16 Aug 2019 22:31:06 +0200 Subject: vhdl: parse verification unit (WIP). --- src/vhdl/vhdl-canon.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vhdl/vhdl-canon.adb') diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb index c1cd2d13f..1ee405a1f 100644 --- a/src/vhdl/vhdl-canon.adb +++ b/src/vhdl/vhdl-canon.adb @@ -3267,6 +3267,8 @@ package body Vhdl.Canon is Set_Library_Unit (Unit, El); when Iir_Kind_Context_Declaration => null; + when Iir_Kinds_Verification_Unit => + null; when others => Error_Kind ("canonicalize2", El); end case; -- cgit v1.2.3