aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-16 11:09:29 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-16 11:09:29 +0200
commit589b4a049acf4ad51886750b209c6a8073fb94e7 (patch)
treeecfc082f61cb38f59876453d18768c8e0b3eb39f /src/std_names.adb
parenta523865a36f56882d1d0653ba9b98c65138627f5 (diff)
downloadghdl-589b4a049acf4ad51886750b209c6a8073fb94e7.tar.gz
ghdl-589b4a049acf4ad51886750b209c6a8073fb94e7.tar.bz2
ghdl-589b4a049acf4ad51886750b209c6a8073fb94e7.zip
vhdl: recognize PSL units reserved words.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb6
1 files changed, 3 insertions, 3 deletions
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);