aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-25 06:01:32 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-25 06:01:32 +0200
commit8d8e3fd40444b7f8c11e6ff510d1fbf70b7954af (patch)
tree41231b86cd8f5e2ed8c3efcb620c0352f2ed70dc /src/std_names.adb
parentdbdc6a93ab37ad44537d250ec216d682c090b5f0 (diff)
downloadghdl-8d8e3fd40444b7f8c11e6ff510d1fbf70b7954af.tar.gz
ghdl-8d8e3fd40444b7f8c11e6ff510d1fbf70b7954af.tar.bz2
ghdl-8d8e3fd40444b7f8c11e6ff510d1fbf70b7954af.zip
vhdl: handle (discard) more pragmas.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 91c9e5320..e06c814a1 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -604,6 +604,11 @@ package body Std_Names is
Def ("synthesis", Name_Synthesis);
Def ("translate_off", Name_Translate_Off);
Def ("translate_on", Name_Translate_On);
+ Def ("label_applies_to", Name_Label_Applies_To);
+ Def ("return_port_name", Name_Return_Port_Name);
+ Def ("map_to_operator", Name_Map_To_Operator);
+ Def ("type_function", Name_Type_Function);
+ Def ("built_in", Name_Built_In);
Def ("none", Name_None);
Def ("ieee", Name_Ieee);