diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/synth/synth-oper.adb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/synth/synth-oper.adb b/src/synth/synth-oper.adb index 0cf51f91d..99c3c474b 100644 --- a/src/synth/synth-oper.adb +++ b/src/synth/synth-oper.adb @@ -2054,6 +2054,7 @@ package body Synth.Oper is                      (+Expr, "operands of std_match don't have the same size");                    return Create_Value_Discrete (0, Boolean_Type);                 end if; +               Strip_Const (Cst);                 Res := Synth_Match (Ctxt, Cst, Oper, Expr);                 if Res = No_Net then                    return Create_Value_Discrete (0, Boolean_Type); | 
