diff options
-rw-r--r-- | src/synth/synth-static_oper.adb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |