aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-ieee-std_logic_1164.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-01 08:27:11 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-01 08:27:11 +0200
commitd973dea41f3d5c7f9484657ba252296847894c20 (patch)
tree6e339face28d45144f6f4ccc8260d08203a87d35 /src/vhdl/vhdl-ieee-std_logic_1164.adb
parent15ca98bf288a74e310702d5a5fb48bab6c428891 (diff)
downloadghdl-d973dea41f3d5c7f9484657ba252296847894c20.tar.gz
ghdl-d973dea41f3d5c7f9484657ba252296847894c20.tar.bz2
ghdl-d973dea41f3d5c7f9484657ba252296847894c20.zip
vhdl-ieee-std_logic_1164: recognize to_hstring, to_ostring
Diffstat (limited to 'src/vhdl/vhdl-ieee-std_logic_1164.adb')
-rw-r--r--src/vhdl/vhdl-ieee-std_logic_1164.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-ieee-std_logic_1164.adb b/src/vhdl/vhdl-ieee-std_logic_1164.adb
index 43c20dc79..4b98cf026 100644
--- a/src/vhdl/vhdl-ieee-std_logic_1164.adb
+++ b/src/vhdl/vhdl-ieee-std_logic_1164.adb
@@ -376,6 +376,10 @@ package body Vhdl.Ieee.Std_Logic_1164 is
elsif Is_Scalar_Function (Decl) then
Predefined := Iir_Predefined_Ieee_1164_To_X01_Log;
end if;
+ when Name_To_Hstring =>
+ Predefined := Iir_Predefined_Ieee_1164_To_Hstring;
+ when Name_To_Ostring =>
+ Predefined := Iir_Predefined_Ieee_1164_To_Ostring;
when others =>
if Is_Scalar_Scalar_Function (Decl) then
case Get_Identifier (Decl) is