aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 =>