From 5d43f82f6afe21cc874309e280e31a4f51439502 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 10 Oct 2019 18:28:40 +0200 Subject: synth-decls: ignore use clauses. --- src/synth/synth-decls.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth') diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index 99e6d3d9b..b7aade231 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -662,6 +662,8 @@ package body Synth.Decls is when Iir_Kind_Psl_Default_Clock => -- Ignored; directly used by PSL directives. null; + when Iir_Kind_Use_Clause => + null; when others => Error_Kind ("synth_declaration", Decl); end case; -- cgit v1.2.3