diff options
| -rw-r--r-- | src/synth/synth-vhdl_oper.adb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb index 9cc3f5e95..920729c44 100644 --- a/src/synth/synth-vhdl_oper.adb +++ b/src/synth/synth-vhdl_oper.adb @@ -1233,7 +1233,7 @@ package body Synth.Vhdl_Oper is             | Iir_Predefined_Ieee_Std_Logic_Unsigned_Mul_Slv_Slv =>              --  "*" (unsigned, unsigned)              return Synth_Dyadic_Xxx_Xxx -              (Ctxt, Id_Smul, Left.Typ.W + Right.Typ.W, +              (Ctxt, Id_Umul, Left.Typ.W + Right.Typ.W,                 Left, Right, False, False, Expr);           when Iir_Predefined_Ieee_Numeric_Std_Mul_Uns_Nat =>              --  "*" (unsigned, natural)  | 
