diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-05-29 19:55:36 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-05-29 19:55:36 +0200 |
commit | 6607215b4ba19e42c2599cfa5c0313768013b845 (patch) | |
tree | 454d6e7cd2e4c7fa0ebc6f8d4c5d51cbdadbe24c /src/synth/synth-vhdl_expr.adb | |
parent | 232c0f8c2bdedc3d54988f80502007315757f16c (diff) | |
download | ghdl-6607215b4ba19e42c2599cfa5c0313768013b845.tar.gz ghdl-6607215b4ba19e42c2599cfa5c0313768013b845.tar.bz2 ghdl-6607215b4ba19e42c2599cfa5c0313768013b845.zip |
synth-vhdl_eval: handle more operations
Diffstat (limited to 'src/synth/synth-vhdl_expr.adb')
-rw-r--r-- | src/synth/synth-vhdl_expr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb index eee24353f..b8b6b44fa 100644 --- a/src/synth/synth-vhdl_expr.adb +++ b/src/synth/synth-vhdl_expr.adb @@ -2059,7 +2059,7 @@ package body Synth.Vhdl_Expr is Imp : constant Node := Get_Implementation (Expr); begin case Get_Implicit_Definition (Imp) is - when Iir_Predefined_Pure_Functions + when Iir_Predefined_Operators | Iir_Predefined_Ieee_Numeric_Std_Binary_Operators => return Synth_Operator_Function_Call (Syn_Inst, Expr); when Iir_Predefined_None => |