aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-12-17 09:24:03 +0100
committerTristan Gingold <tgingold@free.fr>2022-12-17 09:24:03 +0100
commitf4c526ed7103be4543c7695382c015219e66d811 (patch)
tree71392143ae8bb9856dad133b716773917a335a67 /src/vhdl/vhdl-evaluation.adb
parentb317a3a6c9f4f2f0eeb36ca4d124ef35567a897e (diff)
downloadghdl-f4c526ed7103be4543c7695382c015219e66d811.tar.gz
ghdl-f4c526ed7103be4543c7695382c015219e66d811.tar.bz2
ghdl-f4c526ed7103be4543c7695382c015219e66d811.zip
vhdl-evaluation: handle bit to_hstring.
Fix #2269
Diffstat (limited to 'src/vhdl/vhdl-evaluation.adb')
-rw-r--r--src/vhdl/vhdl-evaluation.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-evaluation.adb b/src/vhdl/vhdl-evaluation.adb
index 8abee97be..797f198b1 100644
--- a/src/vhdl/vhdl-evaluation.adb
+++ b/src/vhdl/vhdl-evaluation.adb
@@ -1290,7 +1290,9 @@ package body Vhdl.Evaluation is
return Res;
end;
- when Iir_Predefined_IEEE_Explicit =>
+ when Iir_Predefined_IEEE_Explicit
+ | Iir_Predefined_Bit_Vector_To_Hstring
+ | Iir_Predefined_Bit_Vector_To_Ostring =>
return Eval_Ieee_Operation (Orig, Imp, Operand, Null_Iir);
when others =>