From e669bf61068a516e54e6547490164a54728d81aa Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 4 Jul 2019 18:20:07 +0200 Subject: vhdl: parse and analyze restrict directive. --- src/vhdl/vhdl-scanner.adb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vhdl/vhdl-scanner.adb') diff --git a/src/vhdl/vhdl-scanner.adb b/src/vhdl/vhdl-scanner.adb index 2f7f37544..8851b1c8e 100644 --- a/src/vhdl/vhdl-scanner.adb +++ b/src/vhdl/vhdl-scanner.adb @@ -1306,6 +1306,10 @@ package body Vhdl.Scanner is Current_Token := Tok_Psl_Cover; when Std_Names.Name_Default => Current_Token := Tok_Psl_Default; + when Std_Names.Name_Restrict => + Current_Token := Tok_Psl_Restrict; + when Std_Names.Name_Restrict_Guarantee => + Current_Token := Tok_Psl_Restrict_Guarantee; when Std_Names.Name_Inf => Current_Token := Tok_Inf; when Std_Names.Name_Within => -- cgit v1.2.3