aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_oper.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_oper.adb')
-rw-r--r--src/synth/synth-vhdl_oper.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb
index 919d1f64e..4a2f4d71e 100644
--- a/src/synth/synth-vhdl_oper.adb
+++ b/src/synth/synth-vhdl_oper.adb
@@ -1969,7 +1969,8 @@ package body Synth.Vhdl_Oper is
| Iir_Predefined_Ieee_1164_To_Stdulogicvector_Bv
| Iir_Predefined_Ieee_Numeric_Std_To_01_Uns
| Iir_Predefined_Ieee_Numeric_Std_To_01_Sgn
- | Iir_Predefined_Ieee_1164_To_X01_Slv =>
+ | Iir_Predefined_Ieee_1164_To_X01_Slv
+ | Iir_Predefined_Ieee_1164_To_UX01_Slv =>
if Is_Static (L.Val) then
raise Internal_Error;
end if;
@@ -1977,6 +1978,7 @@ package body Synth.Vhdl_Oper is
return Create_Value_Net (Get_Net (Ctxt, L), Create_Res_Bound (L));
when Iir_Predefined_Ieee_1164_To_Bit
| Iir_Predefined_Ieee_1164_To_X01_Log
+ | Iir_Predefined_Ieee_1164_To_UX01_Log
| Iir_Predefined_Ieee_1164_To_Stdulogic =>
-- A no-op.
return Create_Value_Net (Get_Net (Ctxt, L), Res_Typ);