diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/synth-oper.adb | 3 |
1 files changed, 2 insertions, 1 deletions
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); |