From fcd7769e2347e37681bade9f51dc9e8a09fe612b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 11 Nov 2021 05:16:58 +0100 Subject: synth: also handle rol. For #1909 --- src/synth/synth-vhdl_oper.adb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/synth') diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb index ee30c84d4..e725b3ed6 100644 --- a/src/synth/synth-vhdl_oper.adb +++ b/src/synth/synth-vhdl_oper.adb @@ -1606,6 +1606,11 @@ package body Synth.Vhdl_Oper is | Iir_Predefined_Ieee_1164_Vector_Ror => return Synth_Rotation (Id_Ror); + when Iir_Predefined_Ieee_Numeric_Std_Rol_Uns_Int + | Iir_Predefined_Ieee_Numeric_Std_Rol_Sgn_Int + | Iir_Predefined_Ieee_1164_Vector_Rol => + return Synth_Rotation (Id_Rol); + when others => Error_Msg_Synth (+Expr, "synth_dyadic_operation: unhandled " & Iir_Predefined_Functions'Image (Def)); -- cgit v1.2.3