aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-oper.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-oper.adb b/src/synth/synth-oper.adb
index ec32aa1f0..a185eef17 100644
--- a/src/synth/synth-oper.adb
+++ b/src/synth/synth-oper.adb
@@ -1270,7 +1270,8 @@ package body Synth.Oper is
end if;
return Create_Value_Net (Get_Net (L), Create_Res_Bound (L));
end;
- when Iir_Predefined_Ieee_1164_To_Stdlogicvector =>
+ when Iir_Predefined_Ieee_1164_To_Stdlogicvector_Suv
+ | Iir_Predefined_Ieee_1164_To_Stdlogicvector_Bv =>
declare
L : constant Value_Acc := Get_Value (Subprg_Inst, Param1);
begin