aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-22 08:41:16 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-22 08:41:16 +0100
commit600d8fad841f92c600c01d18569e9e4c6f843d21 (patch)
tree68f5f55f68ba0493fb1495b10bb6f357bcd7be98 /src/std_names.adb
parent8a35846d7e91f26d22cb059cfbf21d9e5645314d (diff)
downloadghdl-600d8fad841f92c600c01d18569e9e4c6f843d21.tar.gz
ghdl-600d8fad841f92c600c01d18569e9e4c6f843d21.tar.bz2
ghdl-600d8fad841f92c600c01d18569e9e4c6f843d21.zip
synth: handle ieee.numeric_std.to_01
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 303d14eed..9d9cfcbe7 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -652,6 +652,7 @@ package body Std_Names is
Def ("to_stdlogicvector", Name_To_Stdlogicvector);
Def ("to_stdulogicvector", Name_To_Stdulogicvector);
Def ("is_x", Name_Is_X);
+ Def ("to_01", Name_To_01);
Def ("conv_signed", Name_Conv_Signed);
Def ("conv_unsigned", Name_Conv_Unsigned);
Def ("conv_integer", Name_Conv_Integer);
@@ -786,6 +787,8 @@ package body Std_Names is
Def ("synopsys", Name_Synopsys);
Def ("translate_off", Name_Translate_Off);
Def ("translate_on", Name_Translate_On);
+ Def ("translate", Name_Translate);
+ Def ("off", Name_Off);
-- PSL keywords
Def ("a", Name_A);