aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-25 04:05:31 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-25 04:05:31 +0200
commit080741e1cd0132378c392e71ff23b6ee55e48ddb (patch)
treec767a91f62942cfa7d4efbff8afaef3e54aaf9c4 /src/std_names.adb
parent01f485580d90cdea224e15aa3d583f5c987d2c77 (diff)
downloadghdl-080741e1cd0132378c392e71ff23b6ee55e48ddb.tar.gz
ghdl-080741e1cd0132378c392e71ff23b6ee55e48ddb.tar.bz2
ghdl-080741e1cd0132378c392e71ff23b6ee55e48ddb.zip
vhdl08: parse parameter reserved word.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 971effb08..253f844ad 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -155,6 +155,7 @@ package body Std_Names is
Def ("protected", Name_Protected);
Def ("context", Name_Context);
+ Def ("parameter", Name_Parameter);
Def ("across", Name_Across);
Def ("break", Name_Break);
@@ -451,7 +452,6 @@ package body Std_Names is
Def ("notif0", Name_Notif0);
Def ("notif1", Name_Notif1);
Def ("output", Name_Output);
- Def ("parameter", Name_Parameter);
Def ("pmos", Name_Pmos);
Def ("posedge", Name_Posedge);
Def ("primitive", Name_Primitive);