From 589b4a049acf4ad51886750b209c6a8073fb94e7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 16 Aug 2019 11:09:29 +0200 Subject: vhdl: recognize PSL units reserved words. --- src/std_names.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/std_names.adb') diff --git a/src/std_names.adb b/src/std_names.adb index e13c010e6..bdc11e695 100644 --- a/src/std_names.adb +++ b/src/std_names.adb @@ -162,6 +162,9 @@ package body Std_Names is Def ("restrict", Name_Restrict); Def ("restrict_guarantee", Name_Restrict_Guarantee); Def ("sequence", Name_Sequence); + Def ("vmode", Name_Vmode); + Def ("vprop", Name_Vprop); + Def ("vunit", Name_Vunit); Def ("across", Name_Across); Def ("break", Name_Break); @@ -786,9 +789,6 @@ package body Std_Names is Def ("rose", Name_Rose); Def ("strong", Name_Strong); Def ("union", Name_Union); - Def ("vmode", Name_Vmode); - Def ("vprop", Name_Vprop); - Def ("vunit", Name_Vunit); Def ("w", Name_W); Def ("whilenot", Name_Whilenot); Def ("within", Name_Within); -- cgit v1.2.3