From ff0671f4962c01f5317902d2c7b88a2e6d585a54 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 12 Dec 2020 08:26:09 +0100 Subject: synth-static_oper: handle xor reduce --- src/synth/synth-static_oper.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/synth/synth-static_oper.adb b/src/synth/synth-static_oper.adb index b667ccdd5..cd1e5dc57 100644 --- a/src/synth/synth-static_oper.adb +++ b/src/synth/synth-static_oper.adb @@ -695,6 +695,8 @@ package body Synth.Static_Oper is when Iir_Predefined_Ieee_1164_Or_Suv => return Synth_Vector_Reduce ('0', Operand, Or_Table); + when Iir_Predefined_Ieee_1164_Xor_Suv => + return Synth_Vector_Reduce ('0', Operand, Xor_Table); when others => Error_Msg_Synth -- cgit v1.2.3