From e6da991eca223785461e9c11501b391fb2c4e3ba Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 31 Jan 2020 20:10:05 +0100 Subject: synth-oper: handle std_match for slv. Close #1121 --- src/synth/synth-oper.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/synth/synth-oper.adb b/src/synth/synth-oper.adb index 513eef626..763c34c7e 100644 --- a/src/synth/synth-oper.adb +++ b/src/synth/synth-oper.adb @@ -1433,7 +1433,8 @@ package body Synth.Oper is begin return Synth_Shift_Rotate (Id_Ror, L, R, Expr); end; - when Iir_Predefined_Ieee_Numeric_Std_Match_Suv => + when Iir_Predefined_Ieee_Numeric_Std_Match_Suv + | Iir_Predefined_Ieee_Numeric_Std_Match_Slv => declare L : constant Value_Acc := Get_Value (Subprg_Inst, Param1); R : constant Value_Acc := Get_Value (Subprg_Inst, Param2); -- cgit v1.2.3