From 58dc6e36df2f8ca37c52779c7380dee06cec7719 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 16 Feb 2022 18:40:38 +0100 Subject: synth-vhdl_oper: handle bit condition operator. Fix #1971 --- src/synth/synth-vhdl_oper.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/synth/synth-vhdl_oper.adb') diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb index e6221075d..91ba862ad 100644 --- a/src/synth/synth-vhdl_oper.adb +++ b/src/synth/synth-vhdl_oper.adb @@ -1743,7 +1743,8 @@ package body Synth.Vhdl_Oper is return Create_Value_Net (Get_Net (Ctxt, Operand), Create_Res_Bound (Operand)); - when Iir_Predefined_Ieee_1164_Condition_Operator => + when Iir_Predefined_Ieee_1164_Condition_Operator + | Iir_Predefined_Bit_Condition => return Create_Value_Net (Get_Net (Ctxt, Operand), Get_Subtype_Object (Syn_Inst, Get_Type (Imp))); -- cgit v1.2.3