aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-11 11:34:19 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-11 11:34:19 +0200
commit71ff56302baff001ea7d491a486143f0229a289b (patch)
tree91a5fd19d3def62ecd130179e3e268f27df82802 /src/std_names.adb
parent93d01c6d4abd22e8e0fd46a13727034de97ae783 (diff)
downloadghdl-71ff56302baff001ea7d491a486143f0229a289b.tar.gz
ghdl-71ff56302baff001ea7d491a486143f0229a289b.tar.bz2
ghdl-71ff56302baff001ea7d491a486143f0229a289b.zip
vhdl: handle pragma synthesis_on/synthesis_off.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index ece86763f..056a77bf3 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -790,6 +790,8 @@ package body Std_Names is
Def ("translate_off", Name_Translate_Off);
Def ("translate_on", Name_Translate_On);
Def ("translate", Name_Translate);
+ Def ("synthesis_off", Name_Synthesis_Off);
+ Def ("synthesis_on", Name_Synthesis_On);
Def ("off", Name_Off);
-- PSL keywords