From 58b2c934de954596e6e24591e0fc219be21bf850 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 14 Aug 2019 08:28:59 +0200 Subject: vhdl: handle PSL keywords as vhdl08 reserved words; switch to PSL scanner mode. --- src/synth/synth-decls.adb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/synth/synth-decls.adb') diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index 53a5b0c5f..31540cf7d 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -466,6 +466,9 @@ package body Synth.Decls is null; when Iir_Kind_File_Declaration => null; + when Iir_Kind_Psl_Default_Clock => + -- Ignored; directly used by PSL directives. + null; when others => Error_Kind ("synth_declaration", Decl); end case; -- cgit v1.2.3