From 14fabc924d198110afd39e7c94f7b37843109ad4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 22 Nov 2019 18:31:53 +0100 Subject: synth-static_oper: handle or for uns and sgn. --- src/synth/synth-static_oper.adb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/synth/synth-static_oper.adb b/src/synth/synth-static_oper.adb index 81e5171c0..e7d06cfe8 100644 --- a/src/synth/synth-static_oper.adb +++ b/src/synth/synth-static_oper.adb @@ -263,7 +263,9 @@ package body Synth.Static_Oper is | Iir_Predefined_Ieee_Numeric_Std_And_Sgn_Sgn => return Synth_Vector_Dyadic (Left, Right, And_Table, Expr); - when Iir_Predefined_Ieee_1164_Vector_Or => + when Iir_Predefined_Ieee_1164_Vector_Or + | Iir_Predefined_Ieee_Numeric_Std_Or_Uns_Uns + | Iir_Predefined_Ieee_Numeric_Std_Or_Sgn_Sgn => return Synth_Vector_Dyadic (Left, Right, Or_Table, Expr); when Iir_Predefined_Ieee_Numeric_Std_Add_Uns_Uns => -- cgit v1.2.3